DEV: Update .editorconfig to match new hbs rules (#19816)
This commit is contained in:
parent
8a7b62b126
commit
5cc4424f4b
|
@ -12,3 +12,6 @@ indent_size = 2
|
|||
|
||||
[*.md]
|
||||
trim_trailing_whitespace = false
|
||||
|
||||
[*.hbs]
|
||||
insert_final_newline = false
|
||||
|
|
Loading…
Reference in New Issue