mirror of https://github.com/snes9xgit/snes9x.git
9 lines
231 B
Plaintext
9 lines
231 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
|