Remove source files from settings.json

This commit is contained in:
Phillip Stephens 2022-10-05 09:30:42 -07:00
parent dc8e4b8106
commit 88616d6741
1 changed files with 1 additions and 3 deletions

View File

@ -9,9 +9,7 @@
},
"editor.tabSize": 2,
"files.associations": {
"source_location": "cpp",
"fdlibm.h": "c",
"math_ppc.h": "c"
"source_location": "cpp"
},
"files.autoSave": "onFocusChange",
"files.insertFinalNewline": true,