git-subtree-dir: external/fmt git-subtree-split: e1832bcf00ed53048aea1e4d2408a68301dcd50c
9 lines
231 B
YAML
9 lines
231 B
YAML
# Run manually to reformat a file:
|
|
# clang-format -i --style=file <file>
|
|
Language: Cpp
|
|
BasedOnStyle: Google
|
|
IndentPPDirectives: AfterHash
|
|
IndentCaseLabels: false
|
|
AlwaysBreakTemplateDeclarations: false
|
|
DerivePointerAlignment: false
|