Skip to content

Commit

Permalink
workspace file edits
Browse files Browse the repository at this point in the history
- re-added spacing in workspace
- moved json and jsonc formatter declaration
  • Loading branch information
aidant19 committed Jan 10, 2024
1 parent bc16125 commit 4d1441b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions omega-flowey.code-workspace
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,15 @@
"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,
"[json, jsonc]": {
// unclear why necessary
"editor.defaultFormatter": "esbenp.prettier-vscode"
},

"files.exclude": {
"**/versions": true
},
Expand All @@ -50,11 +56,5 @@
"./versions": true
},
"terminal.integrated.defaultLocation": "editor",
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[jsonc]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
}
}
}

0 comments on commit 4d1441b

Please sign in to comment.