12 lines
303 B
Plaintext
12 lines
303 B
Plaintext
|
|
BasedOnStyle: Microsoft
|
||
|
|
IndentWidth: 4
|
||
|
|
ColumnLimit: 120
|
||
|
|
PointerAlignment: Left
|
||
|
|
ReferenceAlignment: Left
|
||
|
|
BreakBeforeBraces: Allman
|
||
|
|
AllowShortFunctionsOnASingleLine: Inline
|
||
|
|
AllowShortIfStatementsOnASingleLine: Never
|
||
|
|
AllowShortLoopsOnASingleLine: false
|
||
|
|
SortIncludes: CaseInsensitive
|
||
|
|
IncludeBlocks: Regroup
|