Remove spaces between file types in editorconfig list.

This makes some editorconfig plugins not work. (At least the Emacs one
wasn't working).
This commit is contained in:
Diego Berrocal 2017-04-16 21:41:37 -04:00 committed by Tim Abbott
parent 0c8575e2dc
commit b059f4202c
1 changed files with 1 additions and 1 deletions

View File

@ -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