Fixed vscode settings markdown.
This commit is contained in:
parent
25cb269334
commit
757ff3a7c7
|
@ -128,6 +128,7 @@ To setup prospector, you need to run:
|
|||
+ `black .`
|
||||
|
||||
For VSCode users, you can run those automatically in your IDE. Here is what your .vscode/settings.json file should include :
|
||||
|
||||
```json
|
||||
"files.exclude": {
|
||||
"**/.git": true,
|
||||
|
@ -157,7 +158,7 @@ For VSCode users, you can run those automatically in your IDE. Here is what your
|
|||
],
|
||||
"editor.rulers": [
|
||||
88
|
||||
]
|
||||
],
|
||||
```
|
||||
# Credits
|
||||
|
||||
|
|
Loading…
Reference in New Issue