forked from alicevision/AliceVision
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.clang-format
More file actions
28 lines (28 loc) · 728 Bytes
/
.clang-format
File metadata and controls
28 lines (28 loc) · 728 Bytes
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
---
IndentWidth: 4
TabWidth: 4
UseTab: Never
ColumnLimit: 120
AllowShortFunctionsOnASingleLine: Inline
AllowShortIfStatementsOnASingleLine: false
BreakConstructorInitializersBeforeComma: true
IndentCaseLabels: true
BreakBeforeBraces: Allman
NamespaceIndentation: None
MaxEmptyLinesToKeep: 1
KeepEmptyLinesAtTheStartOfBlocks: true
PointerAlignment: Left
SpaceBeforeParens: Never
SpaceBeforeAssignmentOperators: true
SpacesInParentheses: false
AlwaysBreakTemplateDeclarations: true
Standard: Cpp11
AccessModifierOffset: -4
IncludeCategories:
- Regex: '^".*"'
Priority: 1
- Regex: '^<aliceVision/.*>'
Priority: 2
- Regex: '^<.*>'
Priority: 3
SortIncludes: false