Auto merge of #1085 - zcash:daira-clang-cpp11, r=ebfull

.clang-format: change standard to C++11

A nitpick for folks who want to test with clang.
This commit is contained in:
zkbot 2016-07-14 03:08:55 +00:00
commit 331cae91bc
1 changed files with 1 additions and 1 deletions

View File

@ -46,6 +46,6 @@ SpacesInAngles: false
SpacesInContainerLiterals: true SpacesInContainerLiterals: true
SpacesInCStyleCastParentheses: false SpacesInCStyleCastParentheses: false
SpacesInParentheses: false SpacesInParentheses: false
Standard: Cpp03 Standard: Cpp11
TabWidth: 8 TabWidth: 8
UseTab: Never UseTab: Never