.clang-format 390 B

12345678910111213141516
  1. AlignConsecutiveAssignments: true
  2. AlignEscapedNewlines: Left
  3. AlignTrailingComments: true
  4. AllowShortFunctionsOnASingleLine: None
  5. BraceWrapping:
  6. AfterFunction: true
  7. BreakBeforeBraces: Custom
  8. BreakStringLiterals: false
  9. ContinuationIndentWidth: 8
  10. Cpp11BracedListStyle: false
  11. IndentWidth: 8
  12. ReflowComments: false
  13. SortIncludes: false
  14. SpacesInContainerLiterals: false
  15. TabWidth: 8
  16. UseTab: Always