From 9ec735e7a16b67edb4c201fcf14e2894bf583e59 Mon Sep 17 00:00:00 2001 From: Tixie Date: Wed, 1 Mar 2023 20:19:09 +0100 Subject: [PATCH] Complete editorconfig --- .editorconfig | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index c1b6024..a6009e8 100644 --- a/.editorconfig +++ b/.editorconfig @@ -8,6 +8,13 @@ insert_final_newline = true trim_trailing_whitespace = true charset = utf-8 -[*.yml] +[*.{scss,css}] +indent_style = space +indent_size = 2 + +[*.md] +trim_trailing_whitespace = false + +[*.{yml,yaml}] indent_style = space indent_size = 2