2020301918-os/.vscode/settings.json
2022-10-18 18:23:01 +08:00

10 lines
166 B
JSON

{
"editor.detectIndentation": false,
"editor.tabSize": 8,
"editor.insertSpaces": false,
"files.associations": {
"*.h": "c",
"*.c": "c",
"*.asm": "nasm"
}
}