18 lines
519 B
Plaintext
18 lines
519 B
Plaintext
|
IndentWidth: 4
|
||
|
ConstructorInitializerIndentWidth: 4
|
||
|
ContinuationIndentWidth: 4
|
||
|
UseTab: Never
|
||
|
ColumnLimit: 0
|
||
|
SpaceAfterCStyleCast: true
|
||
|
PointerAlignment: Right
|
||
|
NamespaceIndentation: All
|
||
|
AlwaysBreakTemplateDeclarations: Yes
|
||
|
AllowShortBlocksOnASingleLine: Never
|
||
|
AllowShortCaseLabelsOnASingleLine: true
|
||
|
AllowShortEnumsOnASingleLine: true
|
||
|
AllowShortFunctionsOnASingleLine: None
|
||
|
AllowShortIfStatementsOnASingleLine: Never
|
||
|
AllowShortLambdasOnASingleLine: None
|
||
|
AllowShortLoopsOnASingleLine: false
|
||
|
IndentPPDirectives: AfterHash
|