Browse Source

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

0.15
practicalswift 7 years ago
parent
commit
131a8ceb73
  1. 2
      src/.clang-format

2
src/.clang-format

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

Loading…
Cancel
Save