| --- |
| # See: https://clang.llvm.org/docs/ClangFormatStyleOptions.html |
| BasedOnStyle: LLVM |
| AlignAfterOpenBracket: DontAlign |
| AlignEscapedNewlines: DontAlign |
| AllowShortCaseLabelsOnASingleLine: true |
| AllowShortIfStatementsOnASingleLine: true |
| AlignConsecutiveAssignments: false |
| AlignConsecutiveDeclarations: false |
| AlignOperands: false |
| AlignTrailingComments: false |
| ConstructorInitializerIndentWidth: 2 |
| SpaceAfterTemplateKeyword: false |
| SpacesBeforeTrailingComments: 2 |
| FixNamespaceComments: false |
| IncludeCategories: |
| - Regex: '^<' |
| Priority: 4 |
| - Regex: '^"(llvm|llvm-c|clang|clang-c)/' |
| Priority: 3 |
| - Regex: '^"\.\./' |
| Priority: 2 |
| - Regex: '.*' |
| Priority: 1 |
| ... |
| |
| # vim:set filetype=yaml: |