1
0
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:
Adam Brown
2022-04-19 11:26:20 +01:00
parent abe07c73a4
commit 98dc4a57fc

View File

@@ -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