From 3e083f9f174173d65ae1035dd39138e5ff044fd5 Mon Sep 17 00:00:00 2001 From: Marco Date: Wed, 24 Feb 2016 01:00:08 +0100 Subject: [PATCH] Update '.editorconfig' to indent with spaces in Markdown --- .editorconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.editorconfig b/.editorconfig index c4b8b70..8aa5d3b 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,3 +7,7 @@ indent_style = tab trim_trailing_whitespace = true end_of_line = lf insert_final_newline = true + +[*.md] +indent_style = space +indent_size = 4