wails/.vscode/settings.json
2020-11-17 21:19:09 +11:00

8 lines
No EOL
136 B
JSON

{
"go.formatTool": "goimports",
"eslint.alwaysShowStatus": true,
"files.associations": {
"__locale": "c",
"ios": "c"
}
}