updated style

This commit is contained in:
Phuntsok Drak-pa
2019-03-28 12:39:33 +01:00
parent 912eafb9dd
commit 7fa70b35e4
6 changed files with 17 additions and 8 deletions

View File

@@ -28,5 +28,14 @@ SpacesInParentheses: 'false'
Standard: Cpp11
TabWidth: '2'
UseTab: ForIndentation
IncludeCategories:
- Regex: '^"(llvm-c|clang-c)/'
Priority: 2
- Regex: '^"(llvm|clang)/'
Priority: 3
- Regex: '^(<|"(gtest|isl|json)/)'
Priority: 4
- Regex: '.*'
Priority: 1
...