diff --git a/.editorconfig b/.editorconfig index c8a3fc304415f..63999bba21016 100644 --- a/.editorconfig +++ b/.editorconfig @@ -15,3 +15,4 @@ end_of_line = lf insert_final_newline = true indent_style = space indent_size = 2 +charset = utf-8 diff --git a/CMakePresets.json b/CMakePresets.json index 100747f64148d..2027208bacaa2 100644 --- a/CMakePresets.json +++ b/CMakePresets.json @@ -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" } }, {