17 lines
397 B
YAML
17 lines
397 B
YAML
---
|
|
BasedOnStyle: LLVM
|
|
ColumnLimit: 100
|
|
IndentWidth: 4
|
|
TabWidth: 4
|
|
UseTab: Never
|
|
PointerAlignment: Left
|
|
AlwaysBreakTemplateDeclarations: Yes
|
|
AllowShortFunctionsOnASingleLine: Empty
|
|
AllowShortIfStatementsOnASingleLine: Never
|
|
AllowShortLoopsOnASingleLine: false
|
|
SortIncludes: CaseSensitive
|
|
IncludeBlocks: Regroup
|
|
SpaceAfterTemplateKeyword: true
|
|
NamespaceIndentation: None
|
|
FixNamespaceComments: true
|