Skip to content

Commit

Permalink
chore: set editor.formatOnSave to false
Browse files Browse the repository at this point in the history
  • Loading branch information
phra committed Dec 18, 2017
1 parent 78477eb commit 011951a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@
"flow.useNPMPackagedFlow": true,
"javascript.validate.enable": false,
"jest.pathToJest": "yarn jest --",
"prettier.eslintIntegration": true
"prettier.eslintIntegration": true,
"editor.formatOnSave": false
}

0 comments on commit 011951a

Please sign in to comment.