Update clang format file.

This commit is contained in:
2020-10-24 04:18:20 +01:00
parent 43733b0e33
commit ac3b7f19c7

View File

@@ -58,10 +58,12 @@ ForEachMacros:
- BOOST_FOREACH
IncludeBlocks: Regroup
IncludeCategories:
- Regex: '^"(llvm|llvm-c|clang|clang-c)/'
Priority: 2
- Regex: '^(<|"(gtest|gmock|isl|json)/)'
Priority: 3
- Regex: '^(<windows.h>)'
Priority: -3
- Regex: '^("(win32|windows))'
Priority: -2
- Regex: '^(<.*)'
Priority: -1
- Regex: '.*'
Priority: 1
IncludeIsMainRegex: '(Test)?$'