Skip to content
This repository has been archived by the owner on Oct 10, 2018. It is now read-only.

Commit

Permalink
feat(organizeOnSave): Set default option value to false
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph Bühler committed Oct 12, 2017
1 parent 17ae191 commit 924a4c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@
},
"typescriptHero.resolver.organizeOnSave": {
"type": "boolean",
"default": true,
"default": false,
"description": "Defines if the imports should be organized on save."
},
"typescriptHero.resolver.ignoreImportsForOrganize": {
Expand Down

0 comments on commit 924a4c8

Please sign in to comment.