Changed .editorconfig to include a trailing newline on files (#21)
This commit is contained in:
parent
ebf6a95561
commit
ce9dbcfb16
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ root = true
|
|||
|
||||
[*]
|
||||
end_of_line = lf
|
||||
insert_final_newline = false
|
||||
insert_final_newline = true
|
||||
charset = utf-8
|
||||
|
||||
[*.{js,jsx,json,html}]
|
||||
|
|
|
|||
Loading…
Reference in a new issue