-
Notifications
You must be signed in to change notification settings - Fork 6
/
.clang-format
36 lines (35 loc) · 923 Bytes
/
.clang-format
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
BasedOnStyle: Google
IncludeBlocks: Regroup
IncludeCategories:
- Regex: '^<T.*\.h>'
Priority: 1
SortPriority: 0
CaseSensitive: false
- Regex: '^<DD4hep/.*\.h>'
Priority: 2
SortPriority: 0
CaseSensitive: false
- Regex: '^<Acts/.*\.h>'
Priority: 3
SortPriority: 0
CaseSensitive: false
- Regex: '^<EVENT/.*\.h>'
Priority: 4
SortPriority: 0
CaseSensitive: false
- Regex: '^<IMPL/.*\.h>'
Priority: 5
SortPriority: 0
CaseSensitive: false
- Regex: '^<UTIL/.*\.h>'
Priority: 6
SortPriority: 0
CaseSensitive: false
- Regex: '^<.*'
Priority: 7
SortPriority: 0
CaseSensitive: false
- Regex: '.*'
Priority: 8
SortPriority: 0
CaseSensitive: false