summaryrefslogtreecommitdiff
path: root/tools/clang-format
blob: e0141254979453720806184b05fe67436e85a282 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
---

Language: Cpp
AlignAfterOpenBracket: 'true'
AlignTrailingComments: 'true'
AlwaysBreakTemplateDeclarations: 'true'
AllowShortBlocksOnASingleLine: 'false'
AllowShortCaseLabelsOnASingleLine: 'false'
AllowShortFunctionsOnASingleLine: All
AllowShortIfStatementsOnASingleLine: 'false'
AllowShortLoopsOnASingleLine: 'false'
AlwaysBreakAfterDefinitionReturnType: 'true'
BasedOnStyle: LLVM
BreakBeforeBraces: 'Linux'
BreakConstructorInitializersBeforeComma: 'true'
ColumnLimit: '100'
ConstructorInitializerAllOnOneLineOrOnePerLine: 'true'
IndentCaseLabels: 'false'
NamespaceIndentation: 'None'
PenaltyReturnTypeOnItsOwnLine: '1'
PointerAlignment: Left
SpaceBeforeParens: Always
TabWidth: '2'
UseTab: ForIndentation