Skip to content

Commit

Permalink
Remove spaces between file types in editorconfig list.
Browse files Browse the repository at this point in the history
This makes some editorconfig plugins not work. (At least the Emacs one
wasn't working).
  • Loading branch information
CestDiego authored and timabbott committed Apr 17, 2017
1 parent 0c8575e commit b059f42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .editorconfig
Expand Up @@ -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

Expand Down

0 comments on commit b059f42

Please sign in to comment.