-
Notifications
You must be signed in to change notification settings - Fork 0
/
.clang-format
35 lines (35 loc) · 1.02 KB
/
.clang-format
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
26
27
28
29
30
31
32
33
34
35
BasedOnStyle: Microsoft
AccessModifierOffset: -2
AlignAfterOpenBracket: DontAlign
AllowAllParametersOfDeclarationOnNextLine: false
AlignConsecutiveMacros: AcrossEmptyLinesAndComments
AlignConsecutiveAssignments: None
AlignOperands: Align
AlignArrayOfStructures: Left
AlignTrailingComments: true
AllowShortBlocksOnASingleLine: Empty
AllowAllConstructorInitializersOnNextLine: true
BinPackArguments: true
BinPackParameters: true
BreakBeforeBinaryOperators: None
BreakBeforeBraces: Attach
BreakConstructorInitializers: AfterColon
ColumnLimit: 100
ContinuationIndentWidth: 2
ConstructorInitializerAllOnOneLineOrOnePerLine: false
Cpp11BracedListStyle: true
PointerAlignment: Left
ExperimentalAutoDetectBinPacking: true
FixNamespaceComments: false
IndentWrappedFunctionNames: true
NamespaceIndentation: None
SortIncludes: false
SpaceBeforeCpp11BracedList: false
SpaceBeforeParens: ControlStatements
SpaceInEmptyBlock: true
StatementAttributeLikeMacros: []
TabWidth: 2
UseCRLF: false
UseTab: Never
AlwaysBreakTemplateDeclarations: Yes
IndentWidth: 2