2020301918-os/.vscode/settings.json
2022-11-21 23:07:57 +08:00

11 lines
192 B
JSON

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