From 64694c08afd471f4891ed029c9e35a60cb8cd588 Mon Sep 17 00:00:00 2001 From: Martin Bohal Date: Wed, 10 Jan 2024 11:52:39 +0100 Subject: [PATCH] Use 4 spaces wide indent in `*.md` files 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