logo

Grimgrains

[mirror] Plant-based cooking website <https://grimgrains.com/>

.clang-format (540B)


  1. AlignAfterOpenBracket: DontAlign
  2. AlignEscapedNewlines: DontAlign
  3. AllowShortBlocksOnASingleLine: Empty
  4. AllowShortCaseLabelsOnASingleLine: true
  5. AllowShortIfStatementsOnASingleLine: false
  6. AllowShortLoopsOnASingleLine: false
  7. AlwaysBreakAfterDefinitionReturnType: TopLevel
  8. BinPackArguments: false
  9. BinPackParameters: false
  10. BreakBeforeBraces: WebKit
  11. IndentCaseLabels: false
  12. TabWidth: 4
  13. IndentWidth: 4
  14. ContinuationIndentWidth: 4
  15. UseTab: ForContinuationAndIndentation
  16. ColumnLimit: 0
  17. ReflowComments: false
  18. SortIncludes: false
  19. SpaceBeforeParens: false