From 7127c6d33c3415a5a79eb3039bc03cec5fd8f7b0 Mon Sep 17 00:00:00 2001 From: Xaver Maierhofer Date: Sun, 12 Feb 2017 19:21:39 +0100 Subject: [PATCH] [TASK] Add .yml and .md to editorconfig --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index f0abb4f..604c949 100644 --- a/.editorconfig +++ b/.editorconfig @@ -11,6 +11,6 @@ trim_trailing_whitespace = true end_of_line = lf insert_final_newline = true -[*.{js,html,scss,json}] +[*.{js,html,scss,json,yml,md}] indent_size = 2 indent_style = space