Make clang-format use C++11 features (e.g. A<A<int>> instead of A<A<int> >)

This commit is contained in:
practicalswift 2017-06-15 17:31:58 +02:00
parent 228c319a94
commit 131a8ceb73
1 changed files with 1 additions and 1 deletions

View File

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