c-resources/CPlusPlus20ForProgrammers-m.../examples/libraries/fmt/.clang-format

9 lines
231 B
Plaintext
Raw Normal View History

2024-04-09 06:45:18 +00:00
# Run manually to reformat a file:
# clang-format -i --style=file <file>
Language: Cpp
BasedOnStyle: Google
IndentPPDirectives: AfterHash
IndentCaseLabels: false
AlwaysBreakTemplateDeclarations: false
DerivePointerAlignment: false