mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-23 07:57:51 -05:00
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
|