Cleanup build files

This commit is contained in:
2018-03-05 23:09:50 -06:00
parent 381bfd27a8
commit c871806822
5 changed files with 22 additions and 8 deletions

View File

@ -23,7 +23,7 @@
"${workspaceRoot}"
],
"limitSymbolsToIncludedHeaders": true,
"databaseFilename": ""
"databaseFilename": "${workspaceRoot}/build/current/compile_commands.json"
},
"macFrameworkPath": [
"/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks"

View File

@ -6,7 +6,12 @@
"initializer_list": "cpp",
"utility": "cpp",
"__config": "cpp",
"__nullptr": "cpp"
"__nullptr": "cpp",
"__bit_reference": "cpp",
"__string": "cpp",
"algorithm": "cpp",
"string": "cpp",
"string_view": "cpp"
},
"editor.insertSpaces": false,
"editor.tabSize": 3,