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