Global user settings json

From Seedbury Square
Revision as of 14:51, 30 March 2026 by Mgm-seedbury (talk | contribs)
{
   "editor.detectIndentation": false,
   "editor.insertSpaces": false,
   "editor.formatOnSave": true,
   "js/ts.format.semicolons": "insert",
   "js/ts.preferences.quoteStyle": "single",
   "js/ts.preferences.importModuleSpecifierEnding": "js",
   "editor.codeActionsOnSave": {
       "source.organizeImports": "always",
       "source.addMissingImports.ts": "always"
   }
}