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 a61d4bb commit a8f1508Copy full SHA for a8f1508
.github/workflows/.clang-format
@@ -0,0 +1,13 @@
1
+Language: Cpp
2
+BasedOnStyle: Google
3
+IndentWidth: 2
4
+ColumnLimit: 80
5
+AllowShortFunctionsOnASingleLine: Empty
6
+AllowShortIfStatementsOnASingleLine: false
7
+AllowShortLoopsOnASingleLine: false
8
+BinPackArguments: true
9
+BinPackParameters: true
10
+BreakBeforeBraces: Attach
11
+DerivePointerAlignment: false
12
+PointerAlignment: Left
13
+SpacesBeforeTrailingComments: 1
0 commit comments