Skip to content

Commit d76e84a

Browse files
committed
Merge #10602: Make clang-format use C++11 features (e.g. A<A<int>> instead of A<A<int> >)
131a8ce Make clang-format use C++11 features (e.g. A<A<int>> instead of A<A<int> >) (practicalswift) Tree-SHA512: e3c0ee683b654eae638deb41c52cf3187fa958dc5fa67778eaf8a83946b63f5b1d24c47bb965eaa910e3fcdcaf9eebf461eb3fc8e3a73ebaf03c7904521fda00
2 parents 7a74f88 + 131a8ce commit d76e84a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/.clang-format

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@ SpacesInAngles: false
4747
SpacesInContainerLiterals: true
4848
SpacesInCStyleCastParentheses: false
4949
SpacesInParentheses: false
50-
Standard: Cpp03
50+
Standard: Cpp11
5151
TabWidth: 8
5252
UseTab: Never

0 commit comments

Comments
 (0)