Skip to content

Commit fd3d453

Browse files
committed
fixed VSCode tips indentation
1 parent 60ebb35 commit fd3d453

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

VSCodeTips/README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,17 +53,18 @@ We recommend that you apply two changes to the default settings of VSCode to hel
5353

5454
1. Press the cog-wheel icon in the lower-left corner of the VSCode screen, as indicated here:
5555

56-
![settings-btn](assets/settings.png)
56+
![settings-btn](assets/settings.png)
5757

5858
2. From the menu, select **Settings**.
5959
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
60+
61+
```json
62+
/// Place your settings in this file to overwrite the default settings
6263
{
6364
"editor.formatOnType": true,
6465
"editor.formatOnPaste": true
6566
}
66-
```
67+
```
6768

6869
4. Close the User Settings tab.
6970

0 commit comments

Comments
 (0)