xref: /libCEED/.clang-format (revision 2c2ea1dbee80fceecd2c97f30b09f8c87820a53e)
12b730f8bSJeremy L ThompsonBasedOnStyle: "Google"
22b730f8bSJeremy L Thompson
32b730f8bSJeremy L ThompsonAlignAfterOpenBracket:        Align
42b730f8bSJeremy L ThompsonAlignArrayOfStructures:       Left
52b730f8bSJeremy L ThompsonAlignConsecutiveAssignments:  Consecutive
62b730f8bSJeremy L ThompsonAlignConsecutiveDeclarations: Consecutive
72b730f8bSJeremy L ThompsonAlignEscapedNewlines:         true
82b730f8bSJeremy L ThompsonAlignOperands:                Align
92b730f8bSJeremy L ThompsonAlignTrailingComments:        true
102b730f8bSJeremy L ThompsonAllowShortIfStatementsOnASingleLine: AllIfsAndElse
112b730f8bSJeremy L ThompsonColumnLimit:                  150
122b730f8bSJeremy L ThompsonCommentPragmas:               'TESTARGS'
132b730f8bSJeremy L ThompsonTabWidth:                     4
142b730f8bSJeremy L ThompsonUseTab:                       Never
15*2c2ea1dbSJeremy L ThompsonStatementMacros:              [CeedPragmaOptimizeOn, CeedPragmaOptimizeOff]
16