forked from mavlink-router/mavlink-router
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.clang-format
35 lines (29 loc) · 789 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
---
BasedOnStyle: WebKit
Language: Cpp
Standard: Cpp11
TabWidth: 4
ColumnLimit: 100
SortIncludes: true
DerivePointerAlignment: false
PointerAlignment: Right
SpaceAfterCStyleCast: false
SpaceInEmptyParentheses: false
AlignAfterOpenBracket: true
AlignEscapedNewlines: Left
AlignTrailingComments: true
AllowShortBlocksOnASingleLine: false
AllowShortFunctionsOnASingleLine: Inline
AlignConsecutiveDeclarations: false
AlignConsecutiveAssignments: false
AlignConsecutiveMacros: Consecutive
BinPackArguments: false
AllowAllParametersOfDeclarationOnNextLine: false
AllowAllArgumentsOnNextLine: false
Cpp11BracedListStyle: true
SpaceBeforeCpp11BracedList: false
IndentCaseLabels: false
IndentPPDirectives: AfterHash
NamespaceIndentation: None
FixNamespaceComments: true
ReflowComments: false