From b059f4202ccda67fbc1ecc547bcaa98ffe88919f Mon Sep 17 00:00:00 2001 From: Diego Berrocal Date: Sun, 16 Apr 2017 21:41:37 -0400 Subject: [PATCH] Remove spaces between file types in editorconfig list. This makes some editorconfig plugins not work. (At least the Emacs one wasn't working). --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index ace6b7e83d..4230f21a04 100644 --- a/.editorconfig +++ b/.editorconfig @@ -6,7 +6,7 @@ charset = utf-8 trim_trailing_whitespace = true insert_final_newline = true -[*.{sh,py,js, json,yml,xml, css, md,markdown, handlebars,html}] +[*.{sh,py,js,json,yml,xml,css,md,markdown,handlebars,html}] indent_style = space indent_size = 4