Global user settings json

From Seedbury Square
{
   "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
}