Editorconfig: enforce Unix line endings and extra new line in the end of file.

This commit is contained in:
Ingvar Stepanyan 2014-10-26 17:44:39 +02:00 committed by Marijn Haverbeke
parent 86f8c56d2b
commit d424874cf8

View File

@ -3,3 +3,5 @@ root = true
[*]
indent_style = space
indent_size = 2
end_of_line = lf
insert_final_newline = true