forked from CIT-Autonomous-Robot-Lab/emcl2_ros2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.clang-format
43 lines (41 loc) · 858 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
37
38
39
40
41
42
43
Language: Cpp
BasedOnStyle: Google
AccessModifierOffset: -2
AlignAfterOpenBracket: AlwaysBreak
BraceWrapping:
AfterClass: true
AfterFunction: true
AfterNamespace: true
AfterStruct: true
BreakBeforeBraces: Custom
ColumnLimit: 100
ConstructorInitializerIndentWidth: 0
ContinuationIndentWidth: 2
DerivePointerAlignment: false
UseTab: Always
IndentWidth: 8
TabWidth: 8
PointerAlignment: Middle
ReflowComments: false
IncludeCategories:
- Regex: <[a-z_]*>
Priority: 6
CaseSensitive: true
- Regex: <.*\.h>
Priority: 5
CaseSensitive: true
- Regex: boost/.*
Priority: 4
CaseSensitive: true
- Regex: .*_msgs/.*
Priority: 3
CaseSensitive: true
- Regex: .*_srvs/.*
Priority: 3
CaseSensitive: true
- Regex: <.*>
Priority: 2
CaseSensitive: true
- Regex: '".*"'
Priority: 1
CaseSensitive: true