9 lines
231 B
Text
9 lines
231 B
Text
# Run manually to reformat a file:
|
|||
# clang-format -i --style=file <file>
|
|||
Language: Cpp
|
|||
BasedOnStyle: Google
|
|||
IndentPPDirectives: AfterHash
|
|||
IndentCaseLabels: false
|
|||
AlwaysBreakTemplateDeclarations: false
|
|||
DerivePointerAlignment: false
|