From 77bbe943e4993338d64b5843046dd2b997c6ead9 Mon Sep 17 00:00:00 2001 From: AtomicFS Date: Mon, 8 Jul 2024 16:20:54 +0200 Subject: [PATCH] fix(lint): fix broken matching in .editorconfig Signed-off-by: AtomicFS --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index b85e7960..9e6168f9 100644 --- a/.editorconfig +++ b/.editorconfig @@ -21,7 +21,7 @@ indent_size = 2 indent_style = space indent_size = 4 -[{*.md,.pylintrc,docs/theme/index.hbs}] +[{*.md,.pylintrc,index.hbs}] indent_style = unset indent_size = unset generated_code = true