Fix editorconfig new lines

This commit is contained in:
Nassim Jahnke 2024-07-24 14:34:28 +02:00
parent 1413bd63ef
commit 09e862383a
No known key found for this signature in database
GPG Key ID: EF6771C01F6EF02F

View File

@ -2,7 +2,7 @@
charset = utf-8
indent_size = 4
indent_style = space
insert_final_newline = false
insert_final_newline = true
tab_width = 4
[*.java]