From d7d013609c86fbb542c907bc0970b4b48f506708 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zoe=CC=88=20Bijl?= Date: Sun, 5 Oct 2025 12:00:31 +0200 Subject: [PATCH] [bugfix] correctly format editorconfig (#78) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I had incorrectly assumed you could split the array over multiple lines. Also removed non-existant (for now) files. Reviewed-on: https://codeberg.org/superseriousbusiness/masto-fe-standalone/pulls/78 Co-authored-by: Zoë Bijl Co-committed-by: Zoë Bijl --- .editorconfig | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.editorconfig b/.editorconfig index 637d3c5fb..0dcc739fa 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,9 +1,7 @@ +root = true + [*.scss] indent_size = 2 -[{ - tangerine.scss, - login.scss, - **/tangerine/*.scss -}] +[login.scss] indent_size = 4 \ No newline at end of file