Skip to content
Snippets Groups Projects
Commit 1bf4da2b authored by Vassil Vassilev's avatar Vassil Vassilev
Browse files

Order includes alphabetically and by generality.

parent 9339de9e
No related branches found
No related tags found
No related merge requests found
......@@ -94,3 +94,16 @@ SpacesInSquareBrackets: false
Standard: Cpp11
TabWidth: 3
UseTab: Never
# Order alphabetically and by generality the included header files.
IncludeCategories:
- Regex: '^"[^/]+\"'
Priority: 10
- Regex: '^"cling/'
Priority: 20
- Regex: '^"clang/'
Priority: 30
- Regex: '^"llvm/'
Priority: 40
- Regex: '^<'
Priority: 50
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment