chore(dev): insert final newline
This commit is contained in:
parent
8932a0fdba
commit
dc6ef8b4be
|
|
@ -8,7 +8,7 @@ indent_style = tab
|
|||
end_of_line = lf
|
||||
charset = utf-8
|
||||
trim_trailing_whitespace = false
|
||||
insert_final_newline = false
|
||||
insert_final_newline = true
|
||||
|
||||
[*.go]
|
||||
indent_style = tab
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ indent_style = tab
|
|||
end_of_line = lf
|
||||
charset = utf-8
|
||||
trim_trailing_whitespace = false
|
||||
insert_final_newline = false
|
||||
insert_final_newline = true
|
||||
|
||||
[*.vue]
|
||||
indent_style = tab
|
||||
|
|
|
|||
Loading…
Reference in New Issue