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 end_of_line = lf
insert_final_newline = false insert_final_newline = true
trim_trailing_whitespace = true trim_trailing_whitespace = true
charset = utf-8 charset = utf-8
max_line_length = 100 max_line_length = 100
@ -23,4 +23,4 @@ max_line_length = unset
indent_style = tab indent_style = tab
[*.nix] [*.nix]
indent_size = 2 indent_size = 2