Fixed vscode settings markdown.
This commit is contained in:
		
							parent
							
								
									25cb269334
								
							
						
					
					
						commit
						757ff3a7c7
					
				
					 1 changed files with 5 additions and 4 deletions
				
			
		| 
						 | 
				
			
			@ -127,8 +127,9 @@ To setup prospector, you need to run:
 | 
			
		|||
    + `prospector -s veryhigh -w mypy --max-line-length 88 .`
 | 
			
		||||
    + `black .`
 | 
			
		||||
 | 
			
		||||
For VSCode users, you can run those automatically in your IDE. Here is what your .vscode/settings.json file should include : 
 | 
			
		||||
    ```json
 | 
			
		||||
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,
 | 
			
		||||
        "**/.svn": true,
 | 
			
		||||
| 
						 | 
				
			
			@ -157,8 +158,8 @@ For VSCode users, you can run those automatically in your IDE. Here is what your
 | 
			
		|||
    ],
 | 
			
		||||
    "editor.rulers": [
 | 
			
		||||
        88
 | 
			
		||||
    ]
 | 
			
		||||
    ```
 | 
			
		||||
    ],
 | 
			
		||||
```
 | 
			
		||||
# Credits
 | 
			
		||||
 | 
			
		||||
Most examples and the documentation of Melpomene uses illustrations from David "Deevad" Revoy's "Pepper & Carrot" webcomic, which is published under CC-BY 4.0. Full licence [here](https://www.peppercarrot.com/en/license/index.html). 
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue