2016-10-10 22:22:38 +00:00
|
|
|
// Platzieren Sie Ihre Einstellungen in dieser Datei, um Standard- und Benutzereinstellungen zu überschreiben.
|
|
|
|
{
|
2017-09-25 20:06:40 +00:00
|
|
|
"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",
|
2017-11-26 22:24:05 +00:00
|
|
|
"files.insertFinalNewline": true,
|
|
|
|
"files.associations": {
|
|
|
|
"__split_buffer": "cpp",
|
|
|
|
"__tree": "cpp",
|
|
|
|
"atomic": "cpp",
|
|
|
|
"deque": "cpp",
|
|
|
|
"ios": "cpp",
|
|
|
|
"list": "cpp",
|
|
|
|
"map": "cpp",
|
|
|
|
"set": "cpp",
|
|
|
|
"string": "cpp",
|
|
|
|
"string_view": "cpp",
|
|
|
|
"system_error": "cpp",
|
2017-12-01 22:17:16 +00:00
|
|
|
"vector": "cpp",
|
|
|
|
"sstream": "cpp",
|
|
|
|
"__bit_reference": "cpp",
|
|
|
|
"__functional_base": "cpp",
|
|
|
|
"algorithm": "cpp",
|
|
|
|
"bitset": "cpp",
|
|
|
|
"chrono": "cpp",
|
|
|
|
"functional": "cpp",
|
|
|
|
"iterator": "cpp",
|
|
|
|
"limits": "cpp",
|
|
|
|
"locale": "cpp",
|
|
|
|
"memory": "cpp",
|
|
|
|
"ratio": "cpp",
|
|
|
|
"tuple": "cpp",
|
2018-01-15 22:53:35 +00:00
|
|
|
"type_traits": "cpp",
|
2018-01-28 22:23:14 +00:00
|
|
|
"stdexcept": "cpp",
|
2018-01-31 19:44:39 +00:00
|
|
|
"fstream": "cpp",
|
2018-05-08 22:38:01 +00:00
|
|
|
"__locale": "cpp",
|
2018-06-07 18:43:56 +00:00
|
|
|
"__string": "cpp",
|
|
|
|
"__config": "cpp",
|
|
|
|
"__nullptr": "cpp",
|
|
|
|
"cstddef": "cpp",
|
|
|
|
"exception": "cpp",
|
|
|
|
"initializer_list": "cpp",
|
|
|
|
"new": "cpp",
|
|
|
|
"typeinfo": "cpp",
|
|
|
|
"__mutex_base": "cpp",
|
|
|
|
"mutex": "cpp"
|
2017-11-26 22:24:05 +00:00
|
|
|
}
|
2017-09-25 20:06:40 +00:00
|
|
|
}
|