mirror of
https://github.com/billsonnn/nitro-converter.git
synced 2024-11-22 23:50:52 +01:00
18 lines
643 B
JSON
18 lines
643 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,
|
|
},
|
|
"emmet.showExpandedAbbreviation": "never",
|
|
"git.ignoreLimitWarning": true,
|
|
"files.eol": "\n",
|
|
"files.insertFinalNewline": true,
|
|
"files.trimFinalNewlines": true
|
|
}
|