Merge pull request #1935 from zwass/patch-1

Change .clang-format standard from Cpp03 to Cpp11
This commit is contained in:
Teddy Reed 2016-03-16 23:29:05 -07:00
commit 66d595edd9

View File

@ -27,7 +27,7 @@ PenaltyReturnTypeOnItsOwnLine: 200
PointerBindsToType: true
SpacesBeforeTrailingComments: 1
Cpp11BracedListStyle: true
Standard: Cpp03
Standard: Cpp11
IndentWidth: 2
TabWidth: 8
UseTab: Never