Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Update VSCode settings
  • Loading branch information
remarcmij authored Mar 21, 2019
commit 6d1690429482290ad429d0b4c01030c624a30a8d
6 changes: 5 additions & 1 deletion Week1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,19 @@ In week one we will discuss the following topics:

Then, click on the `{ }` button in the top-right corner of the settings screen to access the settings in JSON format.


```json
/// Place your settings in this file to overwrite the default settings
{
"editor.detectIndentation": false,
"editor.formatOnSave": true,
"editor.formatOnType": true,
"editor.minimap.enabled": false,
"editor.renderIndentGuides": true,
"editor.tabSize": 2,
"editor.codeActionsOnSave": {
"source.fixAll": true
},
"eslint.autoFixOnSave": true,
"files.autoSave": "onFocusChange",
"prettier.printWidth": 100,
"prettier.singleQuote": true,
Expand Down