Use Google Style in new directories

gangliao-patch-1
Yi Wang 8 years ago
parent 9b5fb27647
commit d03159be09

@ -16,7 +16,10 @@
---
Language: Cpp
BasedOnStyle: Google
UseTab Never
IndentWidth: 2
TabWidth: 2
ContinuationIndentWidth: 4
AccessModifierOffset: -2 # The private/protected/public has no indent in class
Standard: Cpp11
AllowAllParametersOfDeclarationOnNextLine: true
BinPackParameters: false

@ -0,0 +1,5 @@
---
Language: Cpp
BasedOnStyle: Google
Standard: Cpp11
...

@ -0,0 +1,5 @@
---
Language: Cpp
BasedOnStyle: Google
Standard: Cpp11
...
Loading…
Cancel
Save