VSCode: Display trailing whitespace

This commit is contained in:
2021-02-19 23:32:34 +01:00
parent e0a674d4f5
commit 02a2b78890

View File

@@ -39,4 +39,5 @@
"workbench.colorTheme": "One Dark Pro", "workbench.colorTheme": "One Dark Pro",
"editor.insertSpaces": false, "editor.insertSpaces": false,
"explorer.autoReveal": false, "explorer.autoReveal": false,
"editor.renderWhitespace": "trailing",
} }