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

@ -2,3 +2,4 @@
charset = utf-8 charset = utf-8
indent_style = space indent_style = space
indent_size = 2 indent_size = 2
insert_final_newline = true