mirror of
https://github.com/lihop/godot-xterm.git
synced 2024-11-10 04:40:25 +01:00
23 lines
582 B
JSON
23 lines
582 B
JSON
{
|
|
"editor.formatOnSave": true,
|
|
"clang-format.executable": "/run/current-system/sw/bin/clang-format",
|
|
"gut-extension.additionalOptions": "-d --no-window",
|
|
"nixEnvSelector.nixShellConfig": "NOT_MODIFIED_ENV",
|
|
"files.associations": {
|
|
"array": "cpp",
|
|
"istream": "cpp",
|
|
"limits": "cpp",
|
|
"numeric": "cpp",
|
|
"sstream": "cpp",
|
|
"streambuf": "cpp",
|
|
"utility": "cpp",
|
|
"optional": "cpp",
|
|
"ostream": "cpp",
|
|
"ratio": "cpp",
|
|
"system_error": "cpp",
|
|
"functional": "cpp",
|
|
"tuple": "cpp",
|
|
"type_traits": "cpp",
|
|
"*.inc": "cpp"
|
|
}
|
|
}
|