Skip to content

Commit

Permalink
Merge pull request #23 from OUCC/ciffelia/add-vscode-config
Browse files Browse the repository at this point in the history
VSCodeの設定を追加
  • Loading branch information
ciffelia committed Aug 13, 2023
2 parents 8320165 + f5e8877 commit a3629e7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"recommendations": ["astro-build.astro-vscode", "esbenp.prettier-vscode"]
}
6 changes: 6 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"editor.formatOnSave": true,
"editor.formatOnPaste": true,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"prettier.documentSelectors": ["**/*.astro"]
}

0 comments on commit a3629e7

Please sign in to comment.