12 lines
264 B
YAML
12 lines
264 B
YAML
BasedOnStyle: LLVM
|
|
IndentWidth: 8
|
|
UseTab: Always
|
|
BreakBeforeBraces: Linux
|
|
AllowShortIfStatementsOnASingleLine: false
|
|
IndentCaseLabels: false
|
|
DerivePointerAlignment: false
|
|
PointerAlignment: Right
|
|
BreakStringLiterals: false
|
|
SortIncludes: false
|
|
ReflowComments: false
|