13 lines
294 B
YAML
13 lines
294 B
YAML
---
|
|
AccessModifierOffset: '-4'
|
|
AllowShortFunctionsOnASingleLine: InlineOnly
|
|
AllowShortIfStatementsOnASingleLine: Never
|
|
BinPackArguments: 'false'
|
|
BinPackParameters: 'false'
|
|
BreakBeforeBraces: Allman
|
|
ColumnLimit: '100'
|
|
ConstructorInitializerAllOnOneLineOrOnePerLine: 'true'
|
|
IndentWidth: '4'
|
|
|
|
...
|