From 5cc4424f4be9f687a81c308fcb298d1e96ea3a8f Mon Sep 17 00:00:00 2001 From: Jarek Radosz Date: Tue, 10 Jan 2023 16:21:16 +0100 Subject: [PATCH] DEV: Update .editorconfig to match new hbs rules (#19816) --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.editorconfig b/.editorconfig index 527c2c27d00..97fb47d4a09 100644 --- a/.editorconfig +++ b/.editorconfig @@ -12,3 +12,6 @@ indent_size = 2 [*.md] trim_trailing_whitespace = false + +[*.hbs] +insert_final_newline = false