Remove whitespace lines

This commit is contained in:
Joshua Granick
2018-07-18 17:32:51 -07:00
parent d3269a79ad
commit 78e99bf1d9
447 changed files with 36856 additions and 36888 deletions

37
.vscode/settings.json vendored
View File

@@ -1,6 +1,6 @@
{
"editor.trimAutoWhitespace": false,
"editor.insertSpaces": false,
"editor.trimAutoWhitespace": true,
"codedox": {
"commentprefix": " ",
"commentdescription": "",
@@ -10,37 +10,6 @@
"returnFormat": "",
"neverAskTemplate": true
},
"files.associations": {
"initializer_list": "cpp",
"list": "cpp",
"type_traits": "cpp",
"vector": "cpp",
"xhash": "cpp",
"xstring": "cpp",
"xtree": "cpp",
"xutility": "cpp",
"system_error": "cpp",
"xfunctional": "cpp",
"chrono": "cpp",
"ratio": "cpp",
"xlocmon": "cpp",
"xstddef": "cpp",
"xtr1common": "cpp",
"iterator": "cpp",
"map": "cpp",
"memory": "cpp",
"set": "cpp",
"streambuf": "cpp",
"unordered_map": "cpp",
"xmemory0": "cpp",
"xiosbase": "c",
"xlocale": "c",
"iosfwd": "cpp",
"array": "cpp",
"functional": "cpp",
"tuple": "cpp",
"utility": "cpp",
"sstream": "cpp",
"mutex": "cpp"
}
"files.trimTrailingWhitespace": true,
"C_Cpp.autoAddFileAssociations": false,
}