Initial
This commit is contained in:
Vendored
+14
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"editor.formatOnSave": true,
|
||||
"editor.insertSpaces": true,
|
||||
"files.insertFinalNewline": true,
|
||||
"files.trimFinalNewlines": true,
|
||||
"files.associations": {
|
||||
"*.h": "c",
|
||||
},
|
||||
"C_Cpp.default.includePath": [
|
||||
"/opt/homebrew/include/",
|
||||
"$(workspaceFolder)/include/",
|
||||
],
|
||||
"C_Cpp.default.cStandard": "gnu17"
|
||||
}
|
||||
Reference in New Issue
Block a user