Select Git revision
graph-search-lab.code-workspace
Forked from
SOFT Core / SOFT 260 / Graph Search Lab
Up to date with the upstream repository.
-
Brady James Garvin authored
Update VSCode `files.eol` setting to modern format and include ESLint configuration name to avoid package-lock.json from being marked as changed.
Brady James Garvin authoredUpdate VSCode `files.eol` setting to modern format and include ESLint configuration name to avoid package-lock.json from being marked as changed.
graph-search-lab.code-workspace 211 B
{
"folders": [
{
"path": "."
}
],
"settings": {
"files.eol": "\n",
"files.exclude": {
"**/node_modules": true
},
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true
}
}