Skip to content

Commit

Permalink
Make clang-format use C++11 features (e.g. A<A<int>> instead of A<A<i…
Browse files Browse the repository at this point in the history
…nt> >)
  • Loading branch information
practicalswift committed Jun 15, 2017
1 parent 228c319 commit 131a8ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/.clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@ SpacesInAngles: false
SpacesInContainerLiterals: true
SpacesInCStyleCastParentheses: false
SpacesInParentheses: false
Standard: Cpp03
Standard: Cpp11
TabWidth: 8
UseTab: Never

0 comments on commit 131a8ce

Please sign in to comment.