forked from Parrot-Developers/pdraw
-
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) · 825 Bytes
/
.clang-format
File metadata and controls
28 lines (28 loc) · 825 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
---
BasedOnStyle: LLVM
AccessModifierOffset: -8
AlignAfterOpenBracket: true
AlignEscapedNewlinesLeft: false
AlignOperands: true
AlignTrailingComments: false
AllowAllParametersOfDeclarationOnNextLine: false
AllowShortFunctionsOnASingleLine: Empty
AllowShortIfStatementsOnASingleLine: false
AllowShortLoopsOnASingleLine: false
AlwaysBreakBeforeMultilineStrings: true
BinPackArguments: false
BinPackParameters: false
BreakBeforeBinaryOperators: None
BreakBeforeBraces: WebKit
BreakConstructorInitializers: AfterColon
BreakStringLiterals: false
ContinuationIndentWidth: 8
ConstructorInitializerIndentWidth: 16
IndentCaseLabels: false
IndentPPDirectives: AfterHash
IndentWidth: 8
Language: Cpp
MaxEmptyLinesToKeep: 2
SortIncludes: true
SpaceAfterCStyleCast: false
UseTab: ForContinuationAndIndentation