Remove source files from settings.json

Former-commit-id: 88616d6741
This commit is contained in:
Phillip Stephens 2022-10-05 09:30:42 -07:00
parent 69dbad8bce
commit ceb9bf4132
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,