keeweb/extension/native-messaging-host/.clang-format

14 lines
325 B
Plaintext
Raw Normal View History

2021-04-10 17:00:10 +02:00
BasedOnStyle: LLVM
IndentWidth: 4
ColumnLimit: 100
IncludeBlocks: Regroup
IncludeCategories:
- Regex: '^<ext/.*\.h>'
Priority: 2
- Regex: '^<.*\.h>'
Priority: 1
- Regex: '^<.*'
Priority: 2
- Regex: '.*'
Priority: 3
SortIncludes: true