using unix end of line character instead of windows as *nix OSes are more common dev environments
This commit is contained in:
parent
abe07c73a4
commit
98dc4a57fc
|
@ -1,6 +1,6 @@
|
||||||
[*]
|
[*]
|
||||||
charset = utf-8
|
charset = utf-8
|
||||||
end_of_line = crlf
|
end_of_line = lf
|
||||||
indent_size = 4
|
indent_size = 4
|
||||||
indent_style = space
|
indent_style = space
|
||||||
insert_final_newline = true
|
insert_final_newline = true
|
||||||
|
|
Loading…
Reference in New Issue