14 lines
311 B
YAML
14 lines
311 B
YAML
---
|
|
BasedOnStyle: LLVM
|
|
AccessModifierOffset: '-4'
|
|
AllowShortFunctionsOnASingleLine: InlineOnly
|
|
AllowShortIfStatementsOnASingleLine: Never
|
|
AllowShortLoopsOnASingleLine: 'false'
|
|
AlwaysBreakTemplateDeclarations: 'true'
|
|
BreakBeforeBraces: Mozilla
|
|
ColumnLimit: '120'
|
|
IndentWidth: '4'
|
|
PointerAlignment: Right
|
|
|
|
...
|