11 lines
225 B
Plaintext
11 lines
225 B
Plaintext
|
BasedOnStyle: LLVM
|
||
|
AlignConsecutiveAssignments: true
|
||
|
AllowShortFunctionsOnASingleLine: Empty
|
||
|
BreakBeforeBraces: Linux
|
||
|
BreakStringLiterals: false
|
||
|
ColumnLimit: 95
|
||
|
IndentCaseLabels: true
|
||
|
IndentWidth: 4
|
||
|
TabWidth: 4
|
||
|
UseTab: Never
|