Advertisement
ceterumcenseo

.clang-format

Apr 5th, 2021
345
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. ---
  2. BasedOnStyle: LLVM
  3. IndentWidth: 8
  4. UseTab: ForIndentation
  5. BreakBeforeBraces: Linux
  6. AllowShortIfStatementsOnASingleLine: false
  7. IndentCaseLabels: false
  8. AccessModifierOffset: -8
  9. AllowShortBlocksOnASingleLine: false
  10. AllowShortFunctionsOnASingleLine: false
  11. BreakBeforeBraces: Custom
  12. BraceWrapping:
  13. AfterFunction: true
  14. ...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement