fixed .editorconfig missing eof line

This commit is contained in:
Adam Haglund 2017-08-19 02:21:14 +02:00
parent da743d4fce
commit a1b191362b

View File

@ -1,4 +1,5 @@
[*.{js,json,html}]
charset = utf-8
indent_style = space
indent_size = 2
indent_size = 2
insert_final_newline = true