Enable automatic newlines
Automatically append newline characters to files to comply with Unix standards.
This commit is contained in:
parent
fa05bb64d7
commit
15c480e24f
@ -7,7 +7,7 @@ tab_width = 4
|
|||||||
end_of_line = lf
|
end_of_line = lf
|
||||||
charset = utf-8
|
charset = utf-8
|
||||||
trim_trailing_whitespace = true
|
trim_trailing_whitespace = true
|
||||||
insert_final_newline = false
|
insert_final_newline = true
|
||||||
|
|
||||||
[*.{go,tmpl,html}]
|
[*.{go,tmpl,html}]
|
||||||
indent_style = tab
|
indent_style = tab
|
||||||
|
Loading…
x
Reference in New Issue
Block a user