diff --git a/vscode/settings.json b/vscode/settings.json index 0fb0703..911fa35 100644 --- a/vscode/settings.json +++ b/vscode/settings.json @@ -19,5 +19,7 @@ "editor.autoClosingOvertype": "never", "editor.autoClosingComments": "never", "editor.autoClosingQuotes": "never", - "editor.autoSurround": "never" + "editor.autoSurround": "never", + "editor.insertSpaces": true, + "editor.renderWhitespace": "boundary" } \ No newline at end of file