Merge pull request #183 from kernigh/kernigh-include
[ack.git] / .clang-format
1 ---
2 AlignAfterOpenBracket: AlwaysBreak
3 AllowShortFunctionsOnASingleLine: false
4 AllowShortLoopsOnASingleLine: false
5 AlwaysBreakAfterDefinitionReturnType: false
6 BasedOnStyle: WebKit
7 BinPackArguments: true
8 BinPackParameters: false
9 BreakBeforeBraces: Allman
10 ColumnLimit: 100
11 IndentCaseLabels: 'true'
12 PointerAlignment: Left
13 SortIncludes: false
14 TabWidth: '4'
15 UseTab: ForIndentation
16
17 ...