Added the setting insert_final_newline to editorconfig

This commit is contained in:
teinarss
2019-03-31 11:35:45 +02:00
committed by Oliver Brakmann
parent 6289816a69
commit a467e2c92e

View File

@@ -4,6 +4,7 @@ root = true
; Unix-style newlines
[*]
end_of_line = LF
insert_final_newline = true
; 4-column tab indentation
[*.cs]