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
|
||||
charset = utf-8
|
||||
trim_trailing_whitespace = true
|
||||
insert_final_newline = false
|
||||
insert_final_newline = true
|
||||
|
||||
[*.{go,tmpl,html}]
|
||||
indent_style = tab
|
||||
|
Loading…
x
Reference in New Issue
Block a user