.clang-format 379 B

1234567891011121314
  1. Language: Cpp
  2. IndentWidth: 4
  3. PointerAlignment: Left
  4. BreakBeforeBraces: Custom
  5. BraceWrapping: { AfterFunction: true, AfterControlStatement: false }
  6. IndentCaseLabels: false
  7. ReflowComments: false
  8. ColumnLimit: 120
  9. AccessModifierOffset: -4
  10. AlignTrailingComments: true
  11. AllowShortBlocksOnASingleLine: false
  12. AllowShortIfStatementsOnASingleLine: false
  13. AllowShortLoopsOnASingleLine: false