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