Salty/vendor/fmtlib/.clang-format
Aaron Peapell 06be9c6524 Created
2021-03-15 12:17:43 +11:00

9 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