From d8c3e907bebbc92f2ae8c6f52505916b80e1ca6f Mon Sep 17 00:00:00 2001 From: Denis Demchenko Date: Sat, 16 Apr 2016 18:49:14 +0300 Subject: [PATCH] add .md to editorconfig --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 7a0e19f..a11eb44 100644 --- a/.editorconfig +++ b/.editorconfig @@ -4,7 +4,7 @@ root = true end_of_line = lf insert_final_newline = true -[*.js] +[{*.js,*.md}] charset = utf-8 indent_style = space indent_size = 2