.clang-format 215 B

12345678910111213
  1. BasedOnStyle: LLVM
  2. ---
  3. Language: Cpp
  4. Standard: Cpp03
  5. AlwaysBreakTemplateDeclarations: true
  6. PointerAlignment: Left
  7. # Disable formatting options which may break tests.
  8. SortIncludes: false
  9. ReflowComments: false
  10. ---