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

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

Tree-SHA512: e3c0ee683b654eae638deb41c52cf3187fa958dc5fa67778eaf8a83946b63f5b1d24c47bb965eaa910e3fcdcaf9eebf461eb3fc8e3a73ebaf03c7904521fda00
This commit is contained in:
Pieter Wuille 2017-06-16 15:02:00 -07:00 committed by Pasta
parent 3bae86b62d
commit 8c4e351c8a

View File

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