logo

dotfiles

My dotfiles, one branch per machine, rebased on base git clone https://hacktivis.me/git/dotfiles.git

.clang-format (532B)


  1. AlignAfterOpenBracket: true
  2. AlignConsecutiveAssignments: true
  3. AlignOperands: true
  4. AlignTrailingComments: true
  5. AllowShortCaseLabelsOnASingleLine: true
  6. AllowShortFunctionsOnASingleLine: true
  7. AllowShortIfStatementsOnASingleLine: true
  8. AlwaysBreakAfterReturnType: AllDefinitions
  9. BinPackArguments: false
  10. BinPackParameters: false
  11. BreakBeforeBraces: Allman
  12. SpaceBeforeParens: Never
  13. IncludeBlocks: Regroup
  14. ReflowComments: false
  15. SortIncludes: true
  16. UseTab: ForIndentation
  17. IndentWidth: 4
  18. TabWidth: 4
  19. ColumnLimit: 100
  20. NamespaceIndentation: All