JANITORIAL: Use C++03 standard in clang-format rules

This mostly addresses the problem of ending double templates with `> >`
instead of `>>`, a feature only enabled in newer C++ standards.
This commit is contained in:
Michał Janiszewski 2020-07-14 09:45:29 +02:00 committed by Eugene Sandulenko
parent 95d191e19a
commit fb2a740dc7

@ -19,4 +19,5 @@
SpacesInAngles: false,
SpacesInParentheses: false,
SpacesInSquareBrackets: false,
Standard: c++03,
}