Update .editorconfig to end files with newlines (#4533)

Этот коммит содержится в:
Harrison Healey
2016-11-11 11:14:38 -05:00
коммит произвёл Joram Wilander
родитель d469e89520
Коммит d1207d34c1

Просмотреть файл

@@ -4,7 +4,7 @@ root = true
[*] [*]
end_of_line = lf end_of_line = lf
insert_final_newline = false insert_final_newline = true
charset = utf-8 charset = utf-8
[*.go] [*.go]