summaryrefslogtreecommitdiff
path: root/.clang-format
blob: 0565d7379e6f1b1184cb131a6bd64aa7385e4f32 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Standard: Cpp11
IndentWidth: 4
AccessModifierOffset: -4
UseTab: Never
BinPackParameters: true
AllowShortIfStatementsOnASingleLine: false
AllowShortLoopsOnASingleLine: false
ConstructorInitializerAllOnOneLineOrOnePerLine: true
AlwaysBreakTemplateDeclarations: true
NamespaceIndentation: None
PointerBindsToType: false
SpacesInParentheses: false
BreakBeforeBraces: Attach
ColumnLimit: 100
Cpp11BracedListStyle: true
SpacesBeforeTrailingComments: 1