🛠️🐜 Antkeeper superbuild with dependencies included https://antkeeper.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
453 B

  1. BasedOnStyle: Chromium
  2. AlignAfterOpenBracket: Align
  3. AlignConsecutiveAssignments: true
  4. AlignConsecutiveDeclarations: true
  5. AlignConsecutiveMacros: true
  6. AlignEscapedNewlines: true
  7. # AlignOperands: Align
  8. AlignTrailingComments: true
  9. AlwaysBreakAfterReturnType: AllDefinitions
  10. BreakBeforeBraces: Allman
  11. ColumnLimit: 80
  12. DerivePointerAlignment: false
  13. IndentCaseLabels: false
  14. PointerAlignment: Left
  15. SpaceBeforeParens: ControlStatements
  16. SpacesInParentheses: true