From beacd5fc064a9c47d429190d11e0b64595894c31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavel=20Su=C5=A1ick=C3=BD?= Date: Wed, 2 Oct 2024 20:04:56 +0200 Subject: [PATCH] chore(config): set insert_newline in .editorconfig to true --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 4ba2c31..31870d8 100644 --- a/.editorconfig +++ b/.editorconfig @@ -2,7 +2,7 @@ root = true [*] end_of_line = lf -insert_final_newline = false +insert_final_newline = true tab_width = 4 indent_size = 4