xref: /honee/.clang-format (revision 9e67f91b931c0c8764a90290a11998687a5b5d68)
1BasedOnStyle: "Google"
2
3AlignAfterOpenBracket:        Align
4AlignArrayOfStructures:       Left
5AlignConsecutiveAssignments:  Consecutive
6AlignConsecutiveDeclarations: Consecutive
7AlignEscapedNewlines:         true
8AlignOperands:                Align
9AllowShortIfStatementsOnASingleLine: AllIfsAndElse
10ColumnLimit:                  150
11PenaltyBreakOpenParenthesis: 100
12ReflowComments:               false
13CommentPragmas:               'TESTARGS'
14DerivePointerAlignment:       false
15IncludeBlocks:                Preserve
16PointerAlignment:             Right
17TabWidth:                     4
18UseTab:                       Never
19StatementMacros:              [CeedPragmaOptimizeOn, CeedPragmaOptimizeOff]
20