591e7667f2
Merge commit 'c9dec5da8cb2893219c069f92728fb3997c7d81e'
8 lines
231 B
YAML
8 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
|