xref: /libCEED/.clang-format (revision ca94c3ddc8f82b7d93a79f9e4812e99b8be840ff)
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 ThompsonAllowShortIfStatementsOnASingleLine: AllIfsAndElse
102b730f8bSJeremy L ThompsonColumnLimit:                  150
11*ca94c3ddSJeremy L ThompsonReflowComments:               false
122b730f8bSJeremy L ThompsonCommentPragmas:               'TESTARGS'
13cfa13e89SSebastian GrimbergDerivePointerAlignment:       false
14c85e8640SSebastian GrimbergIncludeBlocks:                Preserve
15c85e8640SSebastian GrimbergIncludeCategories:
16c85e8640SSebastian Grimberg  - Regex:                    '^<ceed/.*\.h>'
17c85e8640SSebastian Grimberg    Priority:                 2
18c85e8640SSebastian Grimberg  - Regex:                    '^<ceed.*\.h>'
19c85e8640SSebastian Grimberg    Priority:                 1
20c85e8640SSebastian Grimberg  - Regex:                    '^<.*/.*\.h>'
21c85e8640SSebastian Grimberg    Priority:                 5
22c85e8640SSebastian Grimberg  - Regex:                    '^<.*\.h>'
23c85e8640SSebastian Grimberg    Priority:                 4
24c85e8640SSebastian Grimberg  - Regex:                    '^<.*>'
25c85e8640SSebastian Grimberg    Priority:                 3
26c85e8640SSebastian Grimberg  - Regex:                    '^".*"'
27c85e8640SSebastian Grimberg    Priority:                 6
28c85e8640SSebastian Grimberg  - Regex:                    '.*'
29c85e8640SSebastian Grimberg    Priority:                 7
30cfa13e89SSebastian GrimbergPointerAlignment:             Right
312b730f8bSJeremy L ThompsonTabWidth:                     4
322b730f8bSJeremy L ThompsonUseTab:                       Never
332c2ea1dbSJeremy L ThompsonStatementMacros:              [CeedPragmaOptimizeOn, CeedPragmaOptimizeOff]
34