repo.or.cz
/
monitoring-plugins.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge pull request #2046 from RincewindsHat/fix/format_string
[monitoring-plugins.git]
/
.clang-format
blob
ca411edd32e0a760ca671642948d0972d002bb62
1
UseTab: ForContinuationAndIndentation
2
IndentWidth: 4
3
TabWidth: 4
4
AllowShortIfStatementsOnASingleLine: false
5
BreakBeforeBraces: Attach
6
AlignConsecutiveMacros: true
7
ColumnLimit: 140
8
IndentPPDirectives: AfterHash
9
SortIncludes: Never
10
AllowShortEnumsOnASingleLine: false
11
BinPackArguments: true
12
InsertBraces: true