mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-23 16:09:47 +00:00
44 lines
1.1 KiB
JSON
44 lines
1.1 KiB
JSON
{
|
|
/*"terminal.integrated.shell.windows": "C:\\msys64\\usr\\bin\\bash.exe",
|
|
"terminal.integrated.env.windows": {
|
|
"PATH": "/mingw64/lib/ccache/bin:/mingw64/lib/ccache/bin:/mingw64/lib/ccache/bin:/mingw64/bin:/usr/local/bin:/usr/bin:/bin:$PATH",
|
|
"MSYSTEM": "MINGW64",
|
|
},*/
|
|
"terminal.integrated.cursorBlinking": true,
|
|
"editor.tabSize": 3,
|
|
"editor.detectIndentation": false,
|
|
"editor.renderWhitespace": "all",
|
|
"editor.insertSpaces": true,
|
|
"editor.formatOnSave": false,
|
|
"editor.ruler": [80],
|
|
"files.associations": {
|
|
"*.h": "c",
|
|
"*.in": "c",
|
|
"*.rh": "c",
|
|
"array": "c",
|
|
"iosfwd": "c",
|
|
"xlocbuf": "c",
|
|
"xmemory0": "c",
|
|
"ios": "c",
|
|
"list": "c",
|
|
"unordered_map": "c",
|
|
"unordered_set": "c",
|
|
"sstream": "cpp",
|
|
"hash_map": "c",
|
|
"hash_set": "c",
|
|
"initializer_list": "c",
|
|
"string_view": "c",
|
|
"utility": "c",
|
|
"thread": "c",
|
|
"xlocale": "c",
|
|
"deque": "c",
|
|
"vector": "c",
|
|
"xhash": "c",
|
|
"xiosbase": "c",
|
|
"xstring": "c",
|
|
"xtree": "c",
|
|
"xutility": "c"
|
|
},
|
|
"C_Cpp.dimInactiveRegions": false,
|
|
}
|