.clang-format 231 B

12345678
  1. # Run manually to reformat a file:
  2. # clang-format -i --style=file <file>
  3. Language: Cpp
  4. BasedOnStyle: Google
  5. IndentPPDirectives: AfterHash
  6. IndentCaseLabels: false
  7. AlwaysBreakTemplateDeclarations: false
  8. DerivePointerAlignment: false