Skip to content

Commit

Permalink
Set Biome as default formatter for Devcontainer
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrus01337 committed Jul 26, 2024
1 parent dad94e0 commit 93181d8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,10 @@
"wix.vscode-import-cost"
],
"settings": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
"editor.defaultFormatter": "biomejs.biome",
"editor.codeActionsOnSave": {
"source.organizeImports.biome": "explicit"
}
}
}
},
Expand Down
1 change: 1 addition & 0 deletions external/configurations
Submodule configurations added at 679dfd

0 comments on commit 93181d8

Please sign in to comment.