mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-02-01 22:47:40 +00:00
chore(dev): insert final newline
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user