mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-09 16:07:40 +00:00
19 lines
351 B
JSON
19 lines
351 B
JSON
{
|
|
"eslint.nodePath": "tgui/.yarn/sdks",
|
|
"eslint.workingDirectories": [
|
|
"./tgui"
|
|
],
|
|
"search.exclude": {
|
|
"tgui/.yarn": true,
|
|
"tgui/.pnp.*": true
|
|
},
|
|
"workbench.editorAssociations": [
|
|
{
|
|
"filenamePattern": "*.dmi",
|
|
"viewType": "imagePreview.previewEditor"
|
|
}
|
|
],
|
|
"files.eol": "\n",
|
|
"gitlens.advanced.blame.customArguments": ["-w"]
|
|
}
|