Enable insertion of final newline in editorconfig

This commit is contained in:
Simon Bruder 2023-11-02 20:08:33 +01:00
parent bde5231cbc
commit c263070e3d
Signed by: simon
GPG key ID: 8D3C82F9F309F8EC

View file

@ -7,6 +7,7 @@ root = true
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
[*.java]