14 lines
396 B
Plaintext
14 lines
396 B
Plaintext
|
# Run manually to reformat a file:
|
||
|
# clang-format -i --style=file <file>
|
||
|
Language: Cpp
|
||
|
BasedOnStyle: Google
|
||
|
IndentPPDirectives: AfterHash
|
||
|
IndentCaseLabels: false
|
||
|
AlwaysBreakTemplateDeclarations: false
|
||
|
DerivePointerAlignment: false
|
||
|
AllowShortCaseLabelsOnASingleLine: true
|
||
|
AlignConsecutiveShortCaseStatements:
|
||
|
Enabled: true
|
||
|
AcrossEmptyLines: true
|
||
|
AcrossComments: true
|
||
|
AlignCaseColons: false
|