From 4d23ad17307eaf645de6f49df993330bf5a1c035 Mon Sep 17 00:00:00 2001 From: Alexandre ZANNI <16578570+noraj@users.noreply.github.com> Date: Thu, 4 Mar 2021 09:27:39 +0100 Subject: [PATCH] UTF8 + Keep indent size for markdown too Keep indent size for markdown too --- .editorconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 0aee2f4..2cd648f 100644 --- a/.editorconfig +++ b/.editorconfig @@ -6,6 +6,7 @@ insert_final_newline = true tab_width = 8 trim_trailing_whitespace = true -[{Gemfile,Rakefile,*.rb,*.gemspec,*.yml}] +[{Gemfile,Rakefile,*.rb,*.gemspec,*.yml,*.md}] +charset = utf-8 indent_style = space indent_size = 2