13 lines
249 B
YAML
13 lines
249 B
YAML
# for clang-format-10.0.1
|
|
---
|
|
BasedOnStyle: LLVM
|
|
AccessModifierOffset: -4
|
|
#AlignConsecutiveAssignments: true
|
|
AlwaysBreakTemplateDeclarations: true
|
|
ColumnLimit: 100
|
|
IndentWidth: 4
|
|
SortIncludes: false
|
|
SpaceAfterCStyleCast: true
|
|
Standard: Cpp03
|
|
...
|