15 lines
335 B
YAML
15 lines
335 B
YAML
---
|
|
BasedOnStyle: WebKit
|
|
AlignConsecutiveMacros: 'true'
|
|
AlignConsecutiveDeclarations: 'true'
|
|
AlwaysBreakTemplateDeclarations: 'Yes'
|
|
BreakBeforeBraces: Attach
|
|
ConstructorInitializerIndentWidth: '2'
|
|
TabWidth: '4'
|
|
UseTab: ForIndentation
|
|
QualifierAlignment: Right
|
|
PointerAlignment: Right
|
|
ColumnLimit: 100
|
|
InsertNewlineAtEOF: 'true'
|
|
...
|