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
|
end_of_line = lf
|
||||||
charset = utf-8
|
charset = utf-8
|
||||||
trim_trailing_whitespace = false
|
trim_trailing_whitespace = false
|
||||||
insert_final_newline = false
|
insert_final_newline = true
|
||||||
|
|
||||||
[*.go]
|
[*.go]
|
||||||
indent_style = tab
|
indent_style = tab
|
||||||
|
|
@ -19,4 +19,4 @@ indent_size = 2
|
||||||
|
|
||||||
[*.json]
|
[*.json]
|
||||||
indent_style = space
|
indent_style = space
|
||||||
indent_size = 4
|
indent_size = 4
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ indent_style = tab
|
||||||
end_of_line = lf
|
end_of_line = lf
|
||||||
charset = utf-8
|
charset = utf-8
|
||||||
trim_trailing_whitespace = false
|
trim_trailing_whitespace = false
|
||||||
insert_final_newline = false
|
insert_final_newline = true
|
||||||
|
|
||||||
[*.vue]
|
[*.vue]
|
||||||
indent_style = tab
|
indent_style = tab
|
||||||
|
|
@ -26,4 +26,4 @@ indent_style = space
|
||||||
indent_size = 2
|
indent_size = 2
|
||||||
|
|
||||||
[.nvmrc]
|
[.nvmrc]
|
||||||
insert_final_newline = false
|
insert_final_newline = false
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue