From ad06db578930a0bee0b443314d6037830a3b79d9 Mon Sep 17 00:00:00 2001 From: Kreyren Date: Sat, 25 Jan 2020 15:44:45 +0000 Subject: [PATCH] i hate this --- workspace/Zernif/{.vscode => .vscode/settings.json} | 2 ++ 1 file changed, 2 insertions(+) rename workspace/Zernif/{.vscode => .vscode/settings.json} (68%) diff --git a/workspace/Zernif/.vscode b/workspace/Zernif/.vscode/settings.json similarity index 68% rename from workspace/Zernif/.vscode rename to workspace/Zernif/.vscode/settings.json index 0baa2ba..9f71d57 100644 --- a/workspace/Zernif/.vscode +++ b/workspace/Zernif/.vscode/settings.json @@ -1,7 +1,9 @@ { "editor.wordWrap": "on", + // To show invisibles "editor.renderWhitespace": "all", "editor.tabSize": 2, "editor.tabCompletion": "on", + // To get rid of annoying emoji in Cargo.toml "crates.upToDateDecorator": "", } \ No newline at end of file