mirror of https://github.com/zulip/zulip.git
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:
parent
0c8575e2dc
commit
b059f4202c
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue