2018-02-05 18:18:38 +00:00
|
|
|
---
|
|
|
|
# See: https://clang.llvm.org/docs/ClangFormatStyleOptions.html
|
|
|
|
BasedOnStyle: LLVM
|
2018-02-06 00:08:46 +00:00
|
|
|
AlignAfterOpenBracket: DontAlign
|
2018-02-05 18:18:38 +00:00
|
|
|
AlignEscapedNewlines: DontAlign
|
|
|
|
AlignConsecutiveAssignments: false
|
|
|
|
AlignConsecutiveDeclarations: false
|
2018-02-06 00:08:46 +00:00
|
|
|
AlignOperands: false
|
2018-02-05 18:18:38 +00:00
|
|
|
AlignTrailingComments: false
|
2018-04-12 19:23:20 +00:00
|
|
|
IncludeCategories:
|
|
|
|
- Regex: '^<'
|
|
|
|
Priority: 4
|
|
|
|
- Regex: '^"(llvm|llvm-c|clang|clang-c)/'
|
|
|
|
Priority: 3
|
2020-01-27 20:57:59 +00:00
|
|
|
- Regex: '^"(flang|\.\.)/'
|
2018-04-12 19:23:20 +00:00
|
|
|
Priority: 2
|
|
|
|
- Regex: '.*'
|
|
|
|
Priority: 1
|
2018-02-05 18:18:38 +00:00
|
|
|
...
|
|
|
|
|
|
|
|
# vim:set filetype=yaml:
|