Initial commit

Simple Factorio Server manager
This commit is contained in:
Raum0x2A
2025-12-13 03:17:50 -07:00
commit 3406ab4743
8 changed files with 204 additions and 0 deletions

13
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,13 @@
{
"editor.defaultFormatter": "golang.go",
"files.exclude": {
"*.swp": true
},
"[go]": {
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.organizeImports": "explicit"
}
}
}