SMS-GCI-Loader/.vscode/settings.json
Matteias Collet 455384c501
wip cleanup
2022-11-27 01:55:07 +00:00

9 lines
No EOL
167 B
JSON

{
"files.associations": {
"*.h": "c",
"*.c": "c"
},
"editor.autoIndent": "full",
"editor.tabSize": 2,
"editor.formatOnSave": true
}