Skip to content

Commit 61aff94

Browse files
committed
format
1 parent cd5718e commit 61aff94

File tree

8 files changed

+401
-402
lines changed

8 files changed

+401
-402
lines changed

.clang-format

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
BasedOnStyle: LLVM
3+
AccessModifierOffset: '2'
4+
AlignAfterOpenBracket: Align
5+
AlignConsecutiveAssignments: 'true'
6+
AlignOperands: 'false'
7+
AlignTrailingComments: 'true'
8+
SortIncludes: 'false'
9+
ColumnLimit: '0'
10+
IndentCaseLabels: 'true'
11+
IndentWidth: '2'
12+
KeepEmptyLinesAtTheStartOfBlocks: 'false'
13+
MaxEmptyLinesToKeep: '2'
14+
SpaceAfterCStyleCast: 'false'
15+
SpaceBeforeAssignmentOperators: 'true'
16+
SpaceBeforeParens: Never
17+
SpaceInEmptyParentheses: 'false'
18+
SpacesBeforeTrailingComments: '2'
19+
SpacesInAngles: 'false'
20+
SpacesInCStyleCastParentheses: 'false'
21+
SpacesInContainerLiterals: 'false'
22+
SpacesInParentheses: 'false'
23+
SpacesInSquareBrackets: 'false'
24+
TabWidth: '2'
25+
UseTab: Never
26+
27+
...

0 commit comments

Comments
 (0)