mirror of
https://github.com/mhx/dwarfs.git
synced 2025-09-08 03:49:44 -04:00
19 lines
438 B
YAML
19 lines
438 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
|
|
Standard: Cpp11
|
|
UseTab: Never
|
|
|
|
...
|