Skip to content

Commit

Permalink
update formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathonRP committed Oct 15, 2024
1 parent 75a0fbe commit 16a1e87
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,19 +39,20 @@
"svelte.plugin.css.diagnostics.enable": false,

"editor.codeActionsOnSave": {
"source.fixAll": "always",
"source.fixAll.ts": "always",
// "source.organizeImports": true
"source.organizeImports": "always"
},

"[astro]": {
"editor.defaultFormatter": "astro-build.astro-vscode"
},
"[svelte]": {
"editor.defaultFormatter": "svelte.svelte-vscode"
},
"[javascript][typescript]": {
"editor.defaultFormatter": "denoland.vscode-deno"
},
// "[astro]": {
// "editor.defaultFormatter": "astro-build.astro-vscode"
// },
// "[svelte]": {
// "editor.defaultFormatter": "svelte.svelte-vscode"
// },
// "[javascript][typescript]": {
// "editor.defaultFormatter": "denoland.vscode-deno"
// },
},

// Add the IDs of extensions you want installed when the container is created.
Expand Down

0 comments on commit 16a1e87

Please sign in to comment.