10 lines
245 B
YAML
10 lines
245 B
YAML
Language: Cpp
|
|
BasedOnStyle: LLVM
|
|
IndentWidth: 2
|
|
ColumnLimit: 132
|
|
SortIncludes: true
|
|
AlignAfterOpenBracket: DontAlign
|
|
AllowShortIfStatementsOnASingleLine: AllIfsAndElse
|
|
AllowShortLoopsOnASingleLine: true
|
|
# AllowShortNamespacesOnASingleLine: true
|