Skip to content

Commit

Permalink
Typo in README.md
Browse files Browse the repository at this point in the history
Removing tabs before the Markdown code marker to make the code for settings.json properly formatted
  • Loading branch information
DridriLaBastos authored Feb 20, 2022
1 parent 3e1ea98 commit 1024914
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ _Nota bene:_ il vous faudra possiblement installer `git` sur votre machine, aupa

* Créer un dossier `.vscode` à la racine du projet
* Puis créer un fichier `settings.json` dededans:
```
```json
{
"javascript.autoClosingTags": true,
"javascript.format.placeOpenBraceOnNewLineForControlBlocks": false,
Expand Down Expand Up @@ -101,7 +101,7 @@ _Nota bene:_ il vous faudra possiblement installer `git` sur votre machine, aupa
"editor.detectIndentation": false,
"files.eol": "\n",
}
```
```

* Installer l'extention ESLint

Expand Down

0 comments on commit 1024914

Please sign in to comment.