Skip to content

Commit 131a8ce

Browse files
Make clang-format use C++11 features (e.g. A<A<int>> instead of A<A<int> >)
1 parent 228c319 commit 131a8ce

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)