We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddef86d commit ad5c934Copy full SHA for ad5c934
.clang-format
@@ -1,5 +1,6 @@
1
---
2
Language: Cpp
3
+Standard: Cpp03
4
BasedOnStyle: Google
5
AllowShortFunctionsOnASingleLine: Empty
6
AllowShortIfStatementsOnASingleLine: false
@@ -9,3 +10,6 @@ BinPackParameters: false
9
10
BreakConstructorInitializersBeforeComma: true
11
DerivePointerAlignment: false
12
TabWidth: 2
13
+# Force pointers to the type for C++.
14
+DerivePointerAlignment: false
15
+PointerAlignment: Left
0 commit comments