Skip to content

Commit

Permalink
Workspace file change with prettier
Browse files Browse the repository at this point in the history
- specifies prettier
- also auto-changed other formatting? (unclear cause)
  • Loading branch information
aidant19 committed Jan 10, 2024
1 parent 09e14e7 commit 92db13f
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions omega-flowey.code-workspace
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@
],
"settings": {
"datapack.env.dataVersion": "Latest snapshot",
"datapack.env.include": ["./datapacks/**/*"],
"datapack.env.include": [
"./datapacks/**/*"
],
"datapack.lint.blockStateBracketSpacing": {
"inside": 1
},
Expand All @@ -38,11 +40,9 @@
"consoleLogStorage": "tellraw @a [{\"text\": \"${1:storage}.${2:path}: \"}, {\"nbt\": \"${2:path}\", \"storage\": \"${1:storage}\"}]"
},
"datapack.trace.server": "messages",

"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true,
"editor.tabSize": 2,

"files.exclude": {
"**/versions": true
},
Expand All @@ -51,7 +51,9 @@
"./minecraft/**": true,
"./versions": true
},

"terminal.integrated.defaultLocation": "editor"
"terminal.integrated.defaultLocation": "editor",
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
}
}
}
}

0 comments on commit 92db13f

Please sign in to comment.