mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
feature(editorconfig) exclude hbs from insert_final_newline
This commit is contained in:
parent
54352af728
commit
2ab0df4965
1 changed files with 3 additions and 0 deletions
|
|
@ -12,3 +12,6 @@ insert_final_newline = true
|
|||
trim_trailing_whitespace = true
|
||||
indent_style = space
|
||||
indent_size = 4
|
||||
|
||||
[*.hbs]
|
||||
insert_final_newline = false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue