.clang-format 346 B

12345678910111213
  1. BasedOnStyle: LLVM
  2. IndentWidth: 2
  3. ColumnLimit: 80
  4. BreakBeforeBraces: Attach
  5. AllowShortFunctionsOnASingleLine: None
  6. AllowShortIfStatementsOnASingleLine: false
  7. AllowShortLoopsOnASingleLine: false
  8. IndentCaseLabels: false
  9. PointerAlignment: Right
  10. SpaceAfterCStyleCast: false
  11. SortIncludes: false
  12. AlignConsecutiveMacros: true
  13. AlignEscapedNewlines: Left