9 lines
167 B
JSON
9 lines
167 B
JSON
|
{
|
||
|
"files.associations": {
|
||
|
"*.h": "c",
|
||
|
"*.c": "c"
|
||
|
},
|
||
|
"editor.autoIndent": "full",
|
||
|
"editor.tabSize": 2,
|
||
|
"editor.formatOnSave": true
|
||
|
}
|