You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Hydro/.vscode/settings.json

18 lines
438 B
JSON

{
"files.autoGuessEncoding": false,
"files.encoding": "utf8",
"files.eol": "\n",
"editor.detectIndentation": true,
"typescript.tsdk": "node_modules/typescript/lib",
"[json]": {
"files.insertFinalNewline": true,
3 years ago
"files.trimFinalNewlines": false
},
"search.exclude": {
"**/.yarn": true,
"**/.pnp.*": true
},
"files.associations": {
"*.html": "nunjucks"
}
}