Skip to content

Commit

Permalink
🧰infra(vscode): change true to explicit
Browse files Browse the repository at this point in the history
  • Loading branch information
Marukome0743 authored Jan 11, 2024
1 parent 3e1f269 commit be49ad2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"editor.formatOnSave": true,
"editor.defaultFormatter": "biomejs.biome",
"editor.codeActionsOnSave": {
"quickfix.biome": true,
"source.organizeImports.biome": true
"quickfix.biome": "explicit",
"source.organizeImports.biome": "explicit"
},
"[dockerfile]": {
"editor.defaultFormatter": "ms-azuretools.vscode-docker"
Expand Down

0 comments on commit be49ad2

Please sign in to comment.