using unix end of line character instead of windows as *nix OSes are more common dev environments

This commit is contained in:
Adam Brown 2022-04-19 11:26:20 +01:00
parent abe07c73a4
commit 98dc4a57fc

View File

@ -1,6 +1,6 @@
[*]
charset = utf-8
end_of_line = crlf
end_of_line = lf
indent_size = 4
indent_style = space
insert_final_newline = true