Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on May 14, 2024. It is now read-only.

Commit 6d16904

Browse files
authored
Update VSCode settings
1 parent 29162c3 commit 6d16904

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Week1/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,19 @@ In week one we will discuss the following topics:
3434

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

37+
3738
```json
3839
/// Place your settings in this file to overwrite the default settings
3940
{
4041
"editor.detectIndentation": false,
4142
"editor.formatOnSave": true,
42-
"editor.formatOnType": true,
4343
"editor.minimap.enabled": false,
4444
"editor.renderIndentGuides": true,
4545
"editor.tabSize": 2,
46+
"editor.codeActionsOnSave": {
47+
"source.fixAll": true
48+
},
49+
"eslint.autoFixOnSave": true,
4650
"files.autoSave": "onFocusChange",
4751
"prettier.printWidth": 100,
4852
"prettier.singleQuote": true,

0 commit comments

Comments
 (0)