Fix validate_json.py test by removing UTF-8 BOM from presets file

This commit is contained in:
alef 2022-04-18 21:20:23 +02:00
parent 2eb2e565c4
commit 7e6643a687
2 changed files with 3 additions and 2 deletions

View File

@ -15,3 +15,4 @@ end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 2
charset = utf-8

View File

@ -1,4 +1,4 @@
{
{
"version": 3,
"configurePresets": [
{
@ -38,7 +38,7 @@
"cacheVariables": {
"CMAKE_BUILD_TYPE": "Debug",
"DYNAMIC_LINKING": "False",
"VCPKG_TARGET_TRIPLET": "x64-windows-static",
"VCPKG_TARGET_TRIPLET": "x64-windows-static"
}
},
{