Skip to content

Commit

Permalink
style: setup auto format
Browse files Browse the repository at this point in the history
  • Loading branch information
windchime-yk committed Nov 16, 2024
1 parent 729b5a2 commit 7c67589
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ build/
.vscode/*
!.vscode/launch.json
!.vscode/*.code-snippets
!.vscode/settings.json
.idea/workspace.xml
.idea/usage.statistics.xml
.idea/shelf
Expand Down
6 changes: 5 additions & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
{
"recommendations": ["prisma.prisma"]
"recommendations": [
"bradlc.vscode-tailwindcss",
"biomejs.biome",
"prisma.prisma"
]
}
8 changes: 8 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"editor.formatOnSave": true,
"editor.formatOnPaste": true,
"editor.defaultFormatter": "biomejs.biome",
"[prisma]": {
"editor.defaultFormatter": "Prisma.prisma"
}
}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
TiDB ServerlessとPrismaツール群を利用して、DB周りを楽したい

## 本リポジトリの達成目標
- [ ] Prismaファイル他の自動整形を追加
- [x] Prismaファイル他の自動整形を追加
- [x] シネログのスキーマを移植し、移行ファイルを生成
- [x] Seedデータの反映スクリプトを作成
- [x] シネログの新しいスキーマを反映し、移行ファイルを生成
Expand Down

0 comments on commit 7c67589

Please sign in to comment.