editorconfig: do not add newline to HTML

This commit is contained in:
Lukáš Kucharczyk 2024-10-16 11:38:23 +02:00
parent 23502eab85
commit 993abb4710
Signed by: lukas
SSH Key Fingerprint: SHA256:vMuSwvwAvcT6htVAioMP7rzzwMQNi3roESyhv+nAxeg
1 changed files with 3 additions and 0 deletions

View File

@ -15,3 +15,6 @@ indent_size = 4
[**/*.js]
indent_style = space
indent_size = 2
[*.html]
insert_final_newline = false