mirror of
https://github.com/mhx/dwarfs.git
synced 2025-08-03 09:47:01 -04:00
21 lines
550 B
YAML
21 lines
550 B
YAML
---
|
|
AlwaysBreakTemplateDeclarations: 'true'
|
|
AccessModifierOffset: -1
|
|
BreakConstructorInitializersBeforeComma: 'true'
|
|
ColumnLimit: '80'
|
|
ConstructorInitializerAllOnOneLineOrOnePerLine: 'false'
|
|
ConstructorInitializerIndentWidth: '4'
|
|
Cpp11BracedListStyle: 'true'
|
|
IndentWidth: '2'
|
|
Language: Cpp
|
|
MaxEmptyLinesToKeep: '1'
|
|
NamespaceIndentation: None
|
|
PenaltyReturnTypeOnItsOwnLine: '0'
|
|
PointerAlignment: Left
|
|
QualifierAlignment: Custom
|
|
QualifierOrder: [friend, static, constexpr, inline, type, const, volatile, restrict]
|
|
Standard: c++20
|
|
UseTab: Never
|
|
|
|
...
|