Merge pull request #2046 from RincewindsHat/fix/format_string
[monitoring-plugins.git] / .clang-format
blobca411edd32e0a760ca671642948d0972d002bb62
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