Cleanup #37

Merged
jacob1123 merged 16 commits from cleanup into master 2022-03-02 23:53:15 +01:00
16 changed files with 85 additions and 138 deletions
Showing only changes of commit 0c5f68ed80 - Show all commits

View File

@ -1,7 +1,8 @@
{ {
"files.exclude": { "files.exclude": {
"**/node_modules": true, "**/node_modules": true,
"**/vendor": true "**/vendor": true,
"**/*.sql.go": true
}, },
"gopls": { "gopls": {
"formatting.gofumpt": true, "formatting.gofumpt": true,