forked from Klebert-Engineering/speedyj
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.clang-format
29 lines (29 loc) · 837 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
Language: Cpp
IndentWidth: 4
Standard: Cpp11
TabWidth: 4
UseTab: Never
AccessModifierOffset: -4
MaxEmptyLinesToKeep: 2
PointerAlignment: Left
SpaceBeforeAssignmentOperators: true
SpaceBeforeParens: ControlStatements
SpaceInEmptyParentheses: false
SpacesBeforeTrailingComments: 1
SpacesInAngles: false
SpacesInCStyleCastParentheses: false
SpacesInContainerLiterals: true
SpacesInParentheses: false
Cpp11BracedListStyle: true
BreakBeforeBraces: Mozilla
BreakConstructorInitializers: BeforeComma
AllowShortIfStatementsOnASingleLine: false
AllowShortFunctionsOnASingleLine: false
AllowAllArgumentsOnNextLine: true
AllowAllConstructorInitializersOnNextLine: false
AllowShortLambdasOnASingleLine: Empty
IndentCaseLabels: false
AlwaysBreakTemplateDeclarations: true
BinPackArguments: false
BinPackParameters: false
AlignAfterOpenBracket: Align