Select Git revision
no-framework.code-workspace
Forked from
SOFT Core / SOFT 260 / No-Framework Webpage
1 commit behind the upstream repository.
-
Brady James Garvin authoredBrady James Garvin authored
no-framework.code-workspace 211 B
{
"folders": [
{
"path": "."
}
],
"settings": {
"files.eol": "LF",
"files.exclude": {
"**/node_modules": true
},
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true
}
}