From c1148e5be87363c08864a9a56ba4ea932873b4cd Mon Sep 17 00:00:00 2001 From: Martin Bohal Date: Wed, 10 Jan 2024 11:52:39 +0100 Subject: [PATCH] In `*.md` files use 4 spaces wide indent for better compatibility with GitHub and Bitbucket --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 31b53eda..ccf5a2ea 100644 --- a/.editorconfig +++ b/.editorconfig @@ -12,5 +12,5 @@ indent_style = space insert_final_newline = true trim_trailing_whitespace = true -[*.scss] +[*.{scss,md}] indent_size = 4