mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-12 19:58:29 +00:00
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
@ -19,4 +19,5 @@
|
|||||||
SpacesInAngles: false,
|
SpacesInAngles: false,
|
||||||
SpacesInParentheses: false,
|
SpacesInParentheses: false,
|
||||||
SpacesInSquareBrackets: false,
|
SpacesInSquareBrackets: false,
|
||||||
|
Standard: c++03,
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user