Global user settings json

From Seedbury Square
Revision as of 15:27, 13 April 2026 by Mgm-seedbury (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
{
   "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"
   },
   "file.trimTrailingWhitespace": true
}