.clang-format 226 B

1234567891011
  1. ---
  2. BasedOnStyle: WebKit
  3. AllowShortLoopsOnASingleLine: 'false'
  4. AlwaysBreakAfterDefinitionReturnType: false
  5. BreakBeforeBraces: Allman
  6. IndentCaseLabels: 'true'
  7. PointerAlignment: Left
  8. TabWidth: '4'
  9. UseTab: ForIndentation
  10. ...