nitro-react/.vscode/settings.json

19 lines
671 B
JSON
Raw Normal View History

2021-04-14 20:24:24 +02:00
{
"typescript.tsdk": "node_modules\\typescript\\lib",
"typescript.preferences.importModuleSpecifier": "relative",
"typescript.preferences.quoteStyle": "single",
"typescript.format.placeOpenBraceOnNewLineForControlBlocks": true,
"typescript.format.placeOpenBraceOnNewLineForFunctions": true,
"editor.codeActionsOnSave": {
"source.fixAll": true,
"source.fixAll.sortJSON": false,
"source.organizeImports": true
2021-04-14 20:24:24 +02:00
},
"emmet.showExpandedAbbreviation": "never",
"git.ignoreLimitWarning": true,
"files.eol": "\n",
"files.insertFinalNewline": true,
2021-06-28 18:32:06 +02:00
"files.trimFinalNewlines": true,
"editor.wordWrap": "on"
2021-04-14 20:24:24 +02:00
}