1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2024-12-28 00:15:06 +00:00

Fix error: unknown enumerated scalar

This commit is contained in:
Evil Eye 2020-11-10 20:04:43 +00:00 committed by Bret Curtis
parent c28ae25512
commit c99807acbc

View File

@ -102,7 +102,7 @@ SpacesInContainerLiterals: true
SpacesInCStyleCastParentheses: false
SpacesInParentheses: false
SpacesInSquareBrackets: false
Standard: cpp17
Standard: c++17
TabWidth: 4
UseTab: Never
...