Skip to content

Commit

Permalink
Configure VS Code
Browse files Browse the repository at this point in the history
  • Loading branch information
karlhorky committed Apr 20, 2018
1 parent 389e5b6 commit ab87804
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion settings/Library/Application Support/Code/User/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"editor.cursorBlinking": "solid",
"editor.renderIndentGuides": false,
"prettier.eslintIntegration": true,
"editor.formatOnType": true,
"editor.formatOnType": false,
"javascript.format.enable": false,
"editor.formatOnSave": true,
"files.autoSave": "onFocusChange",
Expand Down Expand Up @@ -73,4 +73,6 @@
"flow.useNPMPackagedFlow": true,
"workbench.editor.tabSizing": "shrink",
"window.newWindowDimensions": "maximized",
"workbench.editor.showIcons": false,
"explorer.confirmDragAndDrop": false,
}

0 comments on commit ab87804

Please sign in to comment.