Fix indentation
This commit is contained in:
		
							
								
								
									
										14
									
								
								.vscode/settings.json
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										14
									
								
								.vscode/settings.json
									
									
									
									
										vendored
									
									
								
							| @@ -1,12 +1,12 @@ | ||||
| { | ||||
| 	"files.autoSave": "afterDelay", | ||||
|     "editor.renderWhitespace": "none", | ||||
|     "editor.multiCursorModifier": "alt", | ||||
|     "editor.insertSpaces": false, | ||||
|     "editor.wordWrap": "off", | ||||
|     "editor.accessibilitySupport": "auto", | ||||
|     "editor.cursorBlinking": "smooth", | ||||
|     "editor.cursorStyle": "line", | ||||
| 	"editor.renderWhitespace": "none", | ||||
| 	"editor.multiCursorModifier": "alt", | ||||
| 	"editor.insertSpaces": false, | ||||
| 	"editor.wordWrap": "off", | ||||
| 	"editor.accessibilitySupport": "auto", | ||||
| 	"editor.cursorBlinking": "smooth", | ||||
| 	"editor.cursorStyle": "line", | ||||
| 	"editor.detectIndentation": false, | ||||
| 	"editor.foldingStrategy": "auto", | ||||
| 	"scm.alwaysShowProviders": true, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user