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 f9f315b commit 40b9657Copy full SHA for 40b9657
.clang-format
@@ -0,0 +1,12 @@
1
+BasedOnStyle: Google
2
+IndentWidth: 2
3
+ColumnLimit: 80
4
+AllowShortFunctionsOnASingleLine: Empty
5
+DerivePointerAlignment: false
6
+PointerAlignment: Left
7
+BreakBeforeBraces: Attach
8
+AllowShortIfStatementsOnASingleLine: false
9
+SpacesInAngles: false
10
+SpacesInCStyleCastParentheses: false
11
+Cpp11BracedListStyle: true
12
+Standard: Latest
0 commit comments