Skip to content

Commit ae9439a

Browse files
pelrundrashna
authored andcommitted
Add .clang-format file
1 parent 4eb7248 commit ae9439a

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

.clang-format

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
BasedOnStyle: Google
3+
AlignAfterOpenBracket: Align
4+
AlignConsecutiveAssignments: 'true'
5+
AlignConsecutiveDeclarations: 'true'
6+
AlignOperands: 'true'
7+
AllowAllParametersOfDeclarationOnNextLine: 'false'
8+
AlwaysBreakAfterDefinitionReturnType: None
9+
AlwaysBreakAfterReturnType: None
10+
AlwaysBreakBeforeMultilineStrings: 'false'
11+
BinPackArguments: 'true'
12+
BinPackParameters: 'true'
13+
ColumnLimit: '1000'
14+
IndentCaseLabels: 'true'
15+
IndentPPDirectives: AfterHash
16+
IndentWidth: '2'
17+
MaxEmptyLinesToKeep: '1'
18+
PointerAlignment: Right
19+
SortIncludes: 'false'
20+
SpaceBeforeAssignmentOperators: 'true'
21+
SpaceBeforeParens: ControlStatements
22+
SpaceInEmptyParentheses: 'false'
23+
TabWidth: '2'
24+
UseTab: Never
25+
26+
...

0 commit comments

Comments
 (0)