From 0ee69b3cbabdcd13fd094e5207d35d9a0ffcac36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alfredo=20Cofr=C3=A9?= Date: Wed, 30 Jul 2025 11:44:57 -0300 Subject: [PATCH] chore(task): Update editorconfig checker Ref: https://app.shortcut.com/cordada/story/15640/super-linter-update-editorconfig-checker-configuration-filename-and-fix-deprecations --- .ecrc => .editorconfig-checker.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename .ecrc => .editorconfig-checker.json (92%) diff --git a/.ecrc b/.editorconfig-checker.json similarity index 92% rename from .ecrc rename to .editorconfig-checker.json index fb7235dd..9c88de55 100644 --- a/.ecrc +++ b/.editorconfig-checker.json @@ -2,7 +2,7 @@ "Verbose": false, "Debug": false, "IgnoreDefaults": false, - "SpacesAftertabs": false, + "SpacesAfterTabs": false, "NoColor": false, "Exclude": [], "AllowedContentTypes": [],