From 3aef583c5897ffb3db0d320a30772f4c3ec53c7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Sp=C3=B6ttel?= <1682504+fspoettel@users.noreply.github.com> Date: Mon, 11 Dec 2023 11:15:28 +0100 Subject: [PATCH] feat: add editorconfig as recommended extension --- .vscode/extensions.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.vscode/extensions.json b/.vscode/extensions.json index 2475a54..4ce7b67 100644 --- a/.vscode/extensions.json +++ b/.vscode/extensions.json @@ -2,6 +2,7 @@ "recommendations": [ "vadimcn.vscode-lldb", "rust-lang.rust-analyzer", - "serayuzgur.crates" + "serayuzgur.crates", + "editorConfig.editorConfig" ] -} \ No newline at end of file +}