refactor(editorconfig): require newline at end of files

This commit is contained in:
Price Hiller 2024-05-18 06:51:01 -05:00
parent d3881b621e
commit 982105c047
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -2,7 +2,7 @@ root = true
[*]
end_of_line = lf
insert_final_newline = false
insert_final_newline = true
trim_trailing_whitespace = true
charset = utf-8
max_line_length = 100