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 ...@@ -10,8 +10,8 @@ ColumnLimit: 80
ForEachMacros: ['list_for_every_entry','list_for_every_entry_safe'] ForEachMacros: ['list_for_every_entry','list_for_every_entry_safe']
IncludeBlocks: Regroup IncludeBlocks: Regroup
IncludeCategories: IncludeCategories:
- Regex: '^<simbricks/.*\.h>' - Regex: '^<simbricks/.*'
Priority: 2 Priority: 3
SortPriority: 0 SortPriority: 0
- Regex: '^<.*\.h>' - Regex: '^<.*\.h>'
Priority: 1 Priority: 1
...@@ -20,5 +20,5 @@ IncludeCategories: ...@@ -20,5 +20,5 @@ IncludeCategories:
Priority: 2 Priority: 2
SortPriority: 0 SortPriority: 0
- Regex: '.*' - Regex: '.*'
Priority: 3 Priority: 4
SortPriority: 0 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