Remove vscode settings

This commit is contained in:
cd-w 2020-09-19 09:48:32 -07:00
parent 75d3a6e5e5
commit 48b2b89bdd
2 changed files with 1 additions and 98 deletions

1
.gitignore vendored
View File

@ -20,6 +20,7 @@ build/
src/macosx/M6502.ins src/macosx/M6502.ins
*.dSYM *.dSYM
.vscode/c_cpp_properties.json .vscode/c_cpp_properties.json
.vscode/settings.json
src/windows/sdl/* src/windows/sdl/*
src/windows/x64/* src/windows/x64/*
src/windows/Win32/* src/windows/Win32/*

98
.vscode/settings.json vendored
View File

@ -1,98 +0,0 @@
// Platzieren Sie Ihre Einstellungen in dieser Datei, um Standard- und Benutzereinstellungen zu überschreiben.
{
"editor.tabSize": 2,
"files.trimTrailingWhitespace": true,
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/.DS_Store": true,
"src/**/*.o": true
},
"editor.trimAutoWhitespace": true,
"editor.useTabStops": false,
"C_Cpp.intelliSenseEngine": "Default",
"files.insertFinalNewline": true,
"files.associations": {
"__functional_base": "cpp",
"array": "cpp",
"istream": "cpp",
"locale": "cpp",
"memory": "cpp",
"thread": "cpp",
"tuple": "cpp",
"utility": "cpp",
"*.tcc": "cpp",
"functional": "cpp",
"iomanip": "cpp",
"__cxx_version": "cpp",
"string": "cpp",
"type_traits": "cpp",
"ostream": "cpp",
"__bit_reference": "cpp",
"__config": "cpp",
"__debug": "cpp",
"__errc": "cpp",
"__hash_table": "cpp",
"__locale": "cpp",
"__mutex_base": "cpp",
"__node_handle": "cpp",
"__nullptr": "cpp",
"__split_buffer": "cpp",
"__string": "cpp",
"__threading_support": "cpp",
"__tree": "cpp",
"__tuple": "cpp",
"algorithm": "cpp",
"atomic": "cpp",
"bit": "cpp",
"bitset": "cpp",
"cctype": "cpp",
"chrono": "cpp",
"clocale": "cpp",
"cmath": "cpp",
"codecvt": "cpp",
"complex": "cpp",
"condition_variable": "cpp",
"cstdarg": "cpp",
"cstddef": "cpp",
"cstdint": "cpp",
"cstdio": "cpp",
"cstdlib": "cpp",
"cstring": "cpp",
"ctime": "cpp",
"cwchar": "cpp",
"cwctype": "cpp",
"deque": "cpp",
"exception": "cpp",
"fstream": "cpp",
"initializer_list": "cpp",
"ios": "cpp",
"iosfwd": "cpp",
"iostream": "cpp",
"iterator": "cpp",
"limits": "cpp",
"list": "cpp",
"map": "cpp",
"mutex": "cpp",
"new": "cpp",
"numeric": "cpp",
"optional": "cpp",
"queue": "cpp",
"random": "cpp",
"ratio": "cpp",
"set": "cpp",
"sstream": "cpp",
"stack": "cpp",
"stdexcept": "cpp",
"streambuf": "cpp",
"string_view": "cpp",
"system_error": "cpp",
"typeinfo": "cpp",
"unordered_map": "cpp",
"vector": "cpp",
"memory_resource": "cpp",
"cfenv": "cpp",
"cinttypes": "cpp"
}
}