From 800bd93c5aa719f28b572c016d4f935519e6e48f Mon Sep 17 00:00:00 2001 From: XuehaiPan Date: Tue, 12 Oct 2021 16:47:00 +0800 Subject: [PATCH] .vscode: add extension editorconfig --- .vscode/extensions.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vscode/extensions.json b/.vscode/extensions.json index a050a91550..4ff3e09d4d 100644 --- a/.vscode/extensions.json +++ b/.vscode/extensions.json @@ -5,6 +5,7 @@ "rebornix.ruby", "wingrunr21.vscode-ruby", "timonwong.shellcheck", - "foxundermoon.shell-format" + "foxundermoon.shell-format", + "editorconfig.editorconfig" ] }