Skip to content
Snippets Groups Projects
Commit 0317dace authored by Anthony Borghi's avatar Anthony Borghi
Browse files

configuration conseillée antho

parent e295c4fd
No related branches found
No related tags found
No related merge requests found
...@@ -4,3 +4,16 @@ aee ...@@ -4,3 +4,16 @@ aee
## Configuration ## Configuration
Pour accéder au fichier de configuration JSON de vscode Il faut passer par la palette de commande `CTRL + MAJ + P` et choisir `Preferences : Open User Settings (JSON)`.
Configuration conseillée par défaut :
```json
{
"files.associations": {
"*.inc": "php"
},
"editor.renderWhitespace": "all",
"editor.tabSize": 2,
}
```
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment