diff --git a/.editorconfig b/.editorconfig index b3708a0f..09fa9422 100644 --- a/.editorconfig +++ b/.editorconfig @@ -12,3 +12,6 @@ insert_final_newline = true trim_trailing_whitespace = true indent_style = space indent_size = 4 + +[*.hbs] +insert_final_newline = false