mirror of
https://github.com/OpenMW/openmw.git
synced 2025-06-02 14:41:32 +00:00
Fix error: unknown enumerated scalar
This commit is contained in:
parent
c28ae25512
commit
c99807acbc
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ SpacesInContainerLiterals: true
|
||||||
SpacesInCStyleCastParentheses: false
|
SpacesInCStyleCastParentheses: false
|
||||||
SpacesInParentheses: false
|
SpacesInParentheses: false
|
||||||
SpacesInSquareBrackets: false
|
SpacesInSquareBrackets: false
|
||||||
Standard: cpp17
|
Standard: c++17
|
||||||
TabWidth: 4
|
TabWidth: 4
|
||||||
UseTab: Never
|
UseTab: Never
|
||||||
...
|
...
|
||||||
|
|
Loading…
Reference in a new issue