18 lines
407 B
JSON
18 lines
407 B
JSON
{
|
|
"files.exclude": {
|
|
"**/.git": true,
|
|
"**/.svn": true,
|
|
"**/.hg": true,
|
|
"**/CVS": true,
|
|
"**/.DS_Store": true,
|
|
"**/Thumbs.db": true,
|
|
"**/*.o": true,
|
|
"**/*.d": true,
|
|
},
|
|
|
|
"C_Cpp.default.includePath": ["src/kernel/include", "sysroot/usr/include"],
|
|
"C_Cpp.default.cStandard": "c17",
|
|
"[c]": {
|
|
"editor.tabSize": 2,
|
|
},
|
|
} |