[clang-format] use cpp03 (#3194)

This commit is contained in:
Jiacheng Guo
2018-10-31 12:31:09 -07:00
committed by Jonathan Hui
parent aa0c3a7a70
commit 5f0791553a
+1 -1
View File
@@ -105,7 +105,7 @@ SpacesInContainerLiterals: true
SpacesInCStyleCastParentheses: false
SpacesInParentheses: false
SpacesInSquareBrackets: false
Standard: Cpp11
Standard: Cpp03
TabWidth: 4
UseTab: Never
...