15 lines
306 B
Plaintext
15 lines
306 B
Plaintext
|
{
|
||
|
BasedOnStyle: LLVM,
|
||
|
UseTab: Never,
|
||
|
IndentWidth: 2,
|
||
|
TabWidth: 2,
|
||
|
BreakBeforeBraces: Allman,
|
||
|
AllowShortIfStatementsOnASingleLine: false,
|
||
|
IndentCaseLabels: false,
|
||
|
ColumnLimit: 0,
|
||
|
AccessModifierOffset: -4,
|
||
|
NamespaceIndentation: All,
|
||
|
FixNamespaceComments: false,
|
||
|
SortIncludes: true,
|
||
|
}
|