chore(dev): insert final newline

This commit is contained in:
kolaente 2025-05-23 11:56:50 +02:00
parent 8932a0fdba
commit dc6ef8b4be
No known key found for this signature in database
GPG Key ID: F40E70337AB24C9B
2 changed files with 4 additions and 4 deletions

View File

@ -8,7 +8,7 @@ indent_style = tab
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = false
insert_final_newline = false
insert_final_newline = true
[*.go]
indent_style = tab

View File

@ -8,7 +8,7 @@ indent_style = tab
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = false
insert_final_newline = false
insert_final_newline = true
[*.vue]
indent_style = tab