11 lines
186 B
YAML
11 lines
186 B
YAML
# .clang-format
|
|
---
|
|
BasedOnStyle: LLVM
|
|
AccessModifierOffset: -4
|
|
BreakBeforeBraces: Allman
|
|
ColumnLimit: 0
|
|
FixNamespaceComments: false
|
|
IndentWidth: 4
|
|
NamespaceIndentation: All
|
|
TabWidth: 4
|