Commit 06ff66e6 authored by Antoine Kaufmann's avatar Antoine Kaufmann Committed by Antoine Kaufmann
Browse files

.clang-format: update include ordering to order simbricks includes as libraries

parent 7ce59b98
......@@ -10,8 +10,8 @@ ColumnLimit: 80
ForEachMacros: ['list_for_every_entry','list_for_every_entry_safe']
IncludeBlocks: Regroup
IncludeCategories:
- Regex: '^<simbricks/.*\.h>'
Priority: 2
- Regex: '^<simbricks/.*'
Priority: 3
SortPriority: 0
- Regex: '^<.*\.h>'
Priority: 1
......@@ -20,5 +20,5 @@ IncludeCategories:
Priority: 2
SortPriority: 0
- Regex: '.*'
Priority: 3
Priority: 4
SortPriority: 0
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment