Enable automatic newlines

Automatically append newline characters to files to comply with Unix
standards.
This commit is contained in:
inference 2024-02-15 11:19:40 +00:00
parent fa05bb64d7
commit 15c480e24f
Signed by: inference
SSH Key Fingerprint: SHA256:FtEVfx1CmTKMy40VwZvF4k+3TC+QhCWy+EmPRg50Nnc

View File

@ -7,7 +7,7 @@ tab_width = 4
end_of_line = lf end_of_line = lf
charset = utf-8 charset = utf-8
trim_trailing_whitespace = true trim_trailing_whitespace = true
insert_final_newline = false insert_final_newline = true
[*.{go,tmpl,html}] [*.{go,tmpl,html}]
indent_style = tab indent_style = tab
@ -25,4 +25,4 @@ indent_style = space
indent_style = tab indent_style = tab
[*.svg] [*.svg]
insert_final_newline = false insert_final_newline = false