Skip to content

Commit

Permalink
Fix validate_json.py test by removing UTF-8 BOM from presets file
Browse files Browse the repository at this point in the history
  • Loading branch information
alef committed May 15, 2022
1 parent 2eb2e56 commit 7e6643a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 2
charset = utf-8
4 changes: 2 additions & 2 deletions CMakePresets.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
{
"version": 3,
"configurePresets": [
{
Expand Down Expand Up @@ -38,7 +38,7 @@
"cacheVariables": {
"CMAKE_BUILD_TYPE": "Debug",
"DYNAMIC_LINKING": "False",
"VCPKG_TARGET_TRIPLET": "x64-windows-static",
"VCPKG_TARGET_TRIPLET": "x64-windows-static"
}
},
{
Expand Down

0 comments on commit 7e6643a

Please sign in to comment.