Files
factoryman/.vscode/settings.json
Raum0x2A 3406ab4743 Initial commit
Simple Factorio Server manager
2025-12-13 03:17:50 -07:00

13 lines
234 B
JSON

{
"editor.defaultFormatter": "golang.go",
"files.exclude": {
"*.swp": true
},
"[go]": {
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.organizeImports": "explicit"
}
}
}