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

@ -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,