Skip to content

Instantly share code, notes, and snippets.

@tmkasun
Created March 30, 2021 02:40
Show Gist options
  • Save tmkasun/f4a97c37ae76270853b192005aeea14c to your computer and use it in GitHub Desktop.
Save tmkasun/f4a97c37ae76270853b192005aeea14c to your computer and use it in GitHub Desktop.

Revisions

  1. tmkasun created this gist Mar 30, 2021.
    23 changes: 23 additions & 0 deletions settings.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,23 @@
    {
    "editor.suggestSelection": "first",
    "vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
    "python.languageServer": "Pylance",
    "[xml]": {
    "editor.defaultFormatter": "DotJoshJohnson.xml"
    },
    "npm.packageManager": "npm",
    "editor.rulers": [
    120
    ],
    "redhat.telemetry.enabled": true,
    "files.exclude": {
    "**/.classpath": true,
    "**/.project": true,
    "**/.settings": true,
    "**/.factorypath": true
    },
    "workbench.iconTheme": "vscode-icons",
    "javascript.updateImportsOnFileMove.enabled": "always",
    "window.zoomLevel": 1,
    "workbench.colorTheme": "Atom One Dark"
    }