7 lines
155 B
YAML
7 lines
155 B
YAML
BreakBeforeBraces: Allman
|
|
IndentWidth: 4
|
|
ColumnLimit: 120
|
|
AllowShortFunctionsOnASingleLine: None
|
|
Cpp11BracedListStyle: false
|
|
IndentPPDirectives: AfterHash
|