nostalgia/.vscode/settings.json

21 lines
520 B
JSON
Raw Normal View History

2018-01-29 23:44:12 -06:00
{
"files.associations": {
"iostream": "cpp",
2018-02-13 19:20:20 -06:00
"ostream": "cpp",
"array": "cpp",
"initializer_list": "cpp",
"utility": "cpp",
"__config": "cpp",
2018-03-05 23:09:50 -06:00
"__nullptr": "cpp",
"__bit_reference": "cpp",
"__string": "cpp",
"algorithm": "cpp",
"string": "cpp",
2018-05-02 22:32:02 -05:00
"string_view": "cpp",
"iterator": "cpp",
"vector": "cpp"
2018-01-29 23:44:12 -06:00
},
"editor.insertSpaces": false,
2018-02-13 19:20:20 -06:00
"editor.tabSize": 3,
"git.ignoreLimitWarning": true
2018-01-29 23:44:12 -06:00
}