From a332394c06d078554e12d4f03873d34d096c1676 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Sun, 13 Mar 2022 14:15:26 +0100 Subject: [PATCH] theme: wildspace config --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.editorconfig b/.editorconfig index 12f0ef580d..7849b090d7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -9,6 +9,9 @@ indent_size = 2 indent_style = space trim_trailing_whitespace = true +[*.css] +indent_size = 4 + [*.js] insert_final_newline = true