From 993abb4710ad8d13251ec33daeab2e5dff79fc10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Kucharczyk?= Date: Wed, 16 Oct 2024 11:38:23 +0200 Subject: [PATCH] editorconfig: do not add newline to HTML --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.editorconfig b/.editorconfig index da4c0d2..1876ade 100644 --- a/.editorconfig +++ b/.editorconfig @@ -15,3 +15,6 @@ indent_size = 4 [**/*.js] indent_style = space indent_size = 2 + +[*.html] +insert_final_newline = false