fix: format sql and proto

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

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"],