2020-02-01 08:30:53 -08:00
|
|
|
{
|
2023-01-17 16:35:26 +10:00
|
|
|
"editor.formatOnSave": true,
|
2023-07-31 21:37:55 +02:00
|
|
|
"editor.defaultFormatter": "trunk.io",
|
2024-03-06 13:09:46 -06:00
|
|
|
"trunk.enableWindows": true,
|
|
|
|
|
"files.insertFinalNewline": false,
|
2024-06-16 17:17:19 -07:00
|
|
|
"files.trimFinalNewlines": false,
|
2024-06-27 11:14:16 -07:00
|
|
|
"cmake.configureOnOpen": false,
|
|
|
|
|
"[cpp]": {
|
|
|
|
|
"editor.defaultFormatter": "trunk.io"
|
2025-03-09 12:43:16 +01:00
|
|
|
},
|
|
|
|
|
"[powershell]": {
|
|
|
|
|
"editor.defaultFormatter": "ms-vscode.powershell"
|
2025-04-04 23:04:59 -04:00
|
|
|
},
|
|
|
|
|
"files.associations": {
|
|
|
|
|
"array": "cpp",
|
|
|
|
|
"atomic": "cpp",
|
|
|
|
|
"*.tcc": "cpp",
|
|
|
|
|
"cctype": "cpp",
|
|
|
|
|
"clocale": "cpp",
|
|
|
|
|
"cmath": "cpp",
|
|
|
|
|
"csignal": "cpp",
|
|
|
|
|
"cstdarg": "cpp",
|
|
|
|
|
"cstddef": "cpp",
|
|
|
|
|
"cstdint": "cpp",
|
|
|
|
|
"cstdio": "cpp",
|
|
|
|
|
"cstdlib": "cpp",
|
|
|
|
|
"cstring": "cpp",
|
|
|
|
|
"ctime": "cpp",
|
|
|
|
|
"cwchar": "cpp",
|
|
|
|
|
"cwctype": "cpp",
|
|
|
|
|
"deque": "cpp",
|
|
|
|
|
"list": "cpp",
|
|
|
|
|
"unordered_map": "cpp",
|
|
|
|
|
"unordered_set": "cpp",
|
|
|
|
|
"vector": "cpp",
|
|
|
|
|
"exception": "cpp",
|
|
|
|
|
"algorithm": "cpp",
|
|
|
|
|
"functional": "cpp",
|
|
|
|
|
"iterator": "cpp",
|
|
|
|
|
"map": "cpp",
|
|
|
|
|
"memory": "cpp",
|
|
|
|
|
"memory_resource": "cpp",
|
|
|
|
|
"numeric": "cpp",
|
|
|
|
|
"optional": "cpp",
|
|
|
|
|
"random": "cpp",
|
|
|
|
|
"string": "cpp",
|
|
|
|
|
"string_view": "cpp",
|
|
|
|
|
"system_error": "cpp",
|
|
|
|
|
"tuple": "cpp",
|
|
|
|
|
"type_traits": "cpp",
|
|
|
|
|
"utility": "cpp",
|
|
|
|
|
"fstream": "cpp",
|
|
|
|
|
"initializer_list": "cpp",
|
|
|
|
|
"iomanip": "cpp",
|
|
|
|
|
"iosfwd": "cpp",
|
|
|
|
|
"iostream": "cpp",
|
|
|
|
|
"istream": "cpp",
|
|
|
|
|
"limits": "cpp",
|
|
|
|
|
"new": "cpp",
|
|
|
|
|
"ostream": "cpp",
|
|
|
|
|
"sstream": "cpp",
|
|
|
|
|
"stdexcept": "cpp",
|
|
|
|
|
"streambuf": "cpp",
|
|
|
|
|
"cinttypes": "cpp",
|
|
|
|
|
"typeinfo": "cpp"
|
2024-06-27 11:14:16 -07:00
|
|
|
}
|
2023-01-17 16:35:26 +10:00
|
|
|
}
|