mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2025-03-04 21:26:06 +00: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
|