yuzu/externals/dynarmic/externals/fmt/.clang-format
2020-12-28 15:15:37 +00:00

9 lines
231 B
YAML
Executable File

# Run manually to reformat a file:
# clang-format -i --style=file <file>
Language: Cpp
BasedOnStyle: Google
IndentPPDirectives: AfterHash
IndentCaseLabels: false
AlwaysBreakTemplateDeclarations: false
DerivePointerAlignment: false