From c92096b7f5e735c924c5b5758f9166ade3d3a546 Mon Sep 17 00:00:00 2001 From: Daniel Beck <1831569+daniel-beck@users.noreply.github.com> Date: Thu, 8 Sep 2022 17:39:42 +0200 Subject: [PATCH] Remove `.jelly` from `.editorconfig` rules (#7070) Co-authored-by: Daniel Beck --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 2e71b1533092..3d33ceb3b20c 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,6 +1,6 @@ root = true -[*.{jelly, js, less, css, hbs}] +[*.{js, less, css, hbs}] indent_style = space indent_size = 2 trim_trailing_whitespace = true