From b16f2c858ad278e6cea3159824607ff655fc58a8 Mon Sep 17 00:00:00 2001 From: Septs Date: Tue, 8 Feb 2022 09:00:39 +0800 Subject: [PATCH] fix: ecrc --- .ecrc | 1 - .vscode/settings.json | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.ecrc b/.ecrc index b487a7a9..279fdae2 100644 --- a/.ecrc +++ b/.ecrc @@ -1,5 +1,4 @@ { - "Disable": { "Indentation": true } diff --git a/.vscode/settings.json b/.vscode/settings.json index 739361f7..fa3eb9fd 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -5,6 +5,7 @@ }, "editor.wordWrap": "on", "files.associations": { + ".ecrc": "json", ".imgbotconfig": "jsonc", ".markdownlintignore": "ignore" }