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

This commit is contained in:
Daira Hopwood
2016-07-11 13:22:20 +01:00
committed by GitHub
parent 3c72ec710e
commit b097171ef9

View File

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