fix: format sql and proto

This commit is contained in:
trev 2025-05-13 17:59:22 -04:00
parent 05aff14703
commit 0cb262524c
2 changed files with 9 additions and 0 deletions

View File

@ -2,6 +2,7 @@
"recommendations": [
"golang.go",
"dorzey.vscode-sqlfluff",
"zxh404.vscode-proto3",
"dbaeumer.vscode-eslint",
"svelte.svelte-vscode",
"esbenp.prettier-vscode"

View File

@ -12,6 +12,14 @@
// SQLFluff
"sqlfluff.config": "server/db/.sqlfluff",
"[sql]": {
"editor.defaultFormatter": "dorzey.vscode-sqlfluff"
},
// Proto
"[proto3]": {
"editor.defaultFormatter": "zxh404.vscode-proto3"
},
// ESLint
"eslint.workingDirectories": ["./client"],