Skip to content

Commit 1f470a8

Browse files
committed
Update .clang-format
1 parent 9d9005c commit 1f470a8

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.clang-format

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,11 @@
1-
ColumnLimit: 90
1+
---
2+
BasedOnStyle: LLVM
3+
AllowShortCaseLabelsOnASingleLine: true
4+
AllowShortFunctionsOnASingleLine: None
5+
AllowShortIfStatementsOnASingleLine: true
6+
ColumnLimit: 120
7+
IndentWidth: 2
8+
PointerAlignment: Left
9+
SpaceAfterCStyleCast: true
10+
SpaceBeforeParens: Never
11+
SpacesInAngles: true

0 commit comments

Comments
 (0)