Skip to content
This repository has been archived by the owner on Nov 7, 2022. It is now read-only.

Commit

Permalink
Turn off formating on save and turn on autosave
Browse files Browse the repository at this point in the history
  • Loading branch information
neilmacintyre committed Aug 8, 2018
1 parent 273e126 commit 366fa8d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"editor.formatOnSave": true,
"editor.formatOnSave": false,
"javascript.format.enable": false,
"prettier.eslintIntegration": true
"prettier.eslintIntegration": true,
"files.autoSave": "onFocusChange"
}

0 comments on commit 366fa8d

Please sign in to comment.