style: format go code on precommit

This commit is contained in:
Aarnav Tale
2025-06-09 17:48:35 -04:00
parent f4af5b920d
commit 721439868f
2 changed files with 13 additions and 1 deletions
+9 -1
View File
@@ -6,12 +6,20 @@
},
"code_actions_on_format": {
"source.fixAll.biome": true,
"source.organizeImports.biome": true
"source.organizeImports.biome": true,
"source.organizeImports": true
},
"languages": {
"YAML": {
"tab_size": 2,
"hard_tabs": false
},
"Go": {
"formatter": {
"language_server": {
"name": "gopls"
}
}
}
}
}