From a163d6338a268e879af93bad60b4619b4e170c67 Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Wed, 16 Jul 2025 13:38:27 +0300 Subject: [PATCH] chore(config): upgrade editorconfig-linter config --- .ecrc => .editorconfig-checker.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename .ecrc => .editorconfig-checker.json (87%) diff --git a/.ecrc b/.editorconfig-checker.json similarity index 87% rename from .ecrc rename to .editorconfig-checker.json index 58b3718..d562d67 100644 --- a/.ecrc +++ b/.editorconfig-checker.json @@ -1,9 +1,9 @@ { - "Version": "2.7.0", + "Version": "3.3.0", "Verbose": false, "Debug": false, "IgnoreDefaults": false, - "SpacesAftertabs": false, + "SpacesAfterTabs": false, "NoColor": false, "Exclude": [], "AllowedContentTypes": [],