.editorconfig: insert a newline at end-of-file

This keeps `git` from "complaining" about this when doing a diff.  It
also keeps your prompt at the left edge when you `cat` a file.
merge-requests/1/head
Olaf Meeuwissen 2017-05-27 13:57:01 +09:00
rodzic 23891a2646
commit ffa573f65e
5 zmienionych plików z 5 dodań i 4 usunięć

Wyświetl plik

@ -9,4 +9,5 @@
root = true ; look no further
[*]
insert_final_newline = true
trim_trailing_whitespace = true