From 517c312d3508183ef7387885202213bfad0846b0 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index b85e7960..6600869b 100644 --- a/.editorconfig +++ b/.editorconfig @@ -21,8 +21,8 @@ indent_size = 2 indent_style = space indent_size = 4 -[{*.md,.pylintrc,docs/theme/index.hbs}] -indent_style = unset +[{*.md,.pylintrc,index.hbs}] +indent_style = unse indent_size = unset generated_code = true