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 836d613 commit 07af31fCopy full SHA for 07af31f
.clang-format
@@ -13,17 +13,16 @@
13
# The document of clang-format is
14
# http://clang.llvm.org/docs/ClangFormat.html
15
# http://clang.llvm.org/docs/ClangFormatStyleOptions.html
16
-#
17
-# TODO(yuyang18): Add python and other language code style
18
---
19
Language: Cpp
20
BasedOnStyle: Google
21
IndentWidth: 2
22
TabWidth: 2
23
ContinuationIndentWidth: 4
24
AccessModifierOffset: -2 # The private/protected/public has no indent in class
25
-PointerAlignment: Left # int* p/int& p, not int *p/int &p
26
Standard: Cpp11
27
AllowAllParametersOfDeclarationOnNextLine: true
+BinPackParameters: false
+BinPackArguments: false
28
...
29
0 commit comments