We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60ebb35 commit fd3d453Copy full SHA for fd3d453
1 file changed
VSCodeTips/README.md
@@ -53,17 +53,18 @@ We recommend that you apply two changes to the default settings of VSCode to hel
53
54
1. Press the cog-wheel icon in the lower-left corner of the VSCode screen, as indicated here:
55
56
- 
+ 
57
58
2. From the menu, select **Settings**.
59
3. In the `USER SETTINGS` tab in the right-hand half of the screen add the two lines indicated below between the curly braces:
60
- ```json
61
- /// Place your settings in this file to overwrite the default settings
+
+```json
62
+/// Place your settings in this file to overwrite the default settings
63
{
64
"editor.formatOnType": true,
65
"editor.formatOnPaste": true
66
}
- ```
67
+```
68
69
4. Close the User Settings tab.
70
0 commit comments