From 49cc0e96abaf5d9510000b8e6852926fb9f4a975 Mon Sep 17 00:00:00 2001 From: Peter Kuma Date: Tue, 10 Aug 2021 21:15:47 +0200 Subject: [PATCH] .editorconfig add *.md --- .editorconfig | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.editorconfig b/.editorconfig index ed00a3b..d6d3aba 100644 --- a/.editorconfig +++ b/.editorconfig @@ -8,3 +8,8 @@ insert_final_newline = true charset = utf-8 indent_style = space indent_size = 2 + +[*.md] +charset = utf-8 +indent_style = space +indent_size = 4