We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d9005c commit 1f470a8Copy full SHA for 1f470a8
.clang-format
@@ -1 +1,11 @@
1
-ColumnLimit: 90
+---
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