Skip to content

Commit

Permalink
update: 設定ファイルの更新
Browse files Browse the repository at this point in the history
  • Loading branch information
MORIMOTO520212 committed Jul 27, 2024
1 parent eb388ea commit 07e52f4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"semi": true,
"singleQuote": true
"singleQuote": true,
"printWidth": 80
}
5 changes: 3 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true,
"editor.tabSize": 2,
"editor.indentSize": "tabSize",
"editor.formatOnSave": true
"editor.indentSize": "tabSize"
}

0 comments on commit 07e52f4

Please sign in to comment.