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:
parent
95d191e19a
commit
fb2a740dc7
1 changed files with 1 additions and 0 deletions
|
@ -19,4 +19,5 @@
|
|||
SpacesInAngles: false,
|
||||
SpacesInParentheses: false,
|
||||
SpacesInSquareBrackets: false,
|
||||
Standard: c++03,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue