13 lines
300 B
Plaintext
13 lines
300 B
Plaintext
|
---
|
||
|
AccessModifierOffset: 0
|
||
|
IndentAccessModifiers: true
|
||
|
AlignTrailingComments: true
|
||
|
AllowShortFunctionsOnASingleLine: false
|
||
|
AllowShortIfStatementsOnASingleLine: true
|
||
|
AllowShortLoopsOnASingleLine: true
|
||
|
BreakBeforeBinaryOperators: false
|
||
|
IndentWidth: 4
|
||
|
SortIncludes: false
|
||
|
NamespaceIndentation: All
|
||
|
...
|