mirror of
https://github.com/vector-im/riotX-android
synced 2025-10-06 00:02:48 +02:00
using unix end of line character instead of windows as *nix OSes are more common dev environments
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user