mirror of
https://github.com/billsonnn/nitro-react.git
synced 2024-11-23 14:40:50 +01:00
19 lines
671 B
JSON
19 lines
671 B
JSON
{
|
|
"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
|
|
},
|
|
"git.ignoreLimitWarning": true,
|
|
"files.eol": "\n",
|
|
"files.insertFinalNewline": true,
|
|
"files.trimFinalNewlines": true,
|
|
"editor.wordWrap": "on",
|
|
"emmet.showExpandedAbbreviation": "never"
|
|
}
|