We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c11a53 commit 48d37bdCopy full SHA for 48d37bd
.clang-format
@@ -1,18 +1,18 @@
1
---
2
-Language: Cpp
3
-BasedOnStyle: Google
4
-IndentWidth: 2
5
-TabWidth: 2
+Language: Cpp
+BasedOnStyle: Google
+IndentWidth: 2
+TabWidth: 2
6
ContinuationIndentWidth: 4
7
AccessModifierOffset: -1 # The private/protected/public has no indent in class
8
-Standard: Cpp11
+Standard: Cpp11
9
AllowAllParametersOfDeclarationOnNextLine: true
10
BinPackParameters: false
11
BinPackArguments: false
12
13
Language: Proto
14
15
16
17
18
0 commit comments