10 lines
256 B
YAML
10 lines
256 B
YAML
BasedOnStyle: webkit
|
|
AlignTrailingComments: true
|
|
AllowShortBlocksOnASingleLine: true
|
|
AllowShortFunctionsOnASingleLine: None
|
|
PointerAlignment: Right
|
|
TabWidth: 4
|
|
UseTab: ForIndentation
|
|
SortIncludes: true
|
|
NamespaceIndentation: None
|
|
FixNamespaceComments: true
|