chore: set insert_final_newline to true in editorconfig

This commit is contained in:
Price Hiller 2023-09-19 11:22:09 -05:00
parent 1511974ae5
commit 60f3159ad0
No known key found for this signature in database

View File

@ -1,6 +1,6 @@
[*]
charset = utf-8
insert_final_newline = false
insert_final_newline = true
end_of_line = lf
indent_style = space
@ -10,4 +10,3 @@ max_line_length = 99
[*.md]
max_line_length = 120