Skip to content

Commit

Permalink
Workspace file formatting revert
Browse files Browse the repository at this point in the history
- Changing default formatter for json seems to have changed the workspace file which then defaulted to using json default formatting which then changed the formatting of the workspace file :)))
  • Loading branch information
aidant19 committed Jan 10, 2024
1 parent 92db13f commit 7853449
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions omega-flowey.code-workspace
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@
],
"settings": {
"datapack.env.dataVersion": "Latest snapshot",
"datapack.env.include": [
"./datapacks/**/*"
],
"datapack.env.include": ["./datapacks/**/*"],
"datapack.lint.blockStateBracketSpacing": {
"inside": 1
},
Expand Down Expand Up @@ -54,6 +52,9 @@
"terminal.integrated.defaultLocation": "editor",
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[jsonc]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
}
}
}
}

0 comments on commit 7853449

Please sign in to comment.