SMS-GCI-Loader/.vscode/settings.json

9 lines
167 B
JSON
Raw Normal View History

2022-11-27 06:38:23 +09:00
{
"files.associations": {
"*.h": "c",
"*.c": "c"
},
"editor.autoIndent": "full",
"editor.tabSize": 2,
"editor.formatOnSave": true
}