0
0
mirror of https://github.com/ankidroid/Anki-Android.git synced 2024-09-19 19:42:17 +02:00
Anki-Android/.editorconfig
CLIDragon 1feb8b31b8 Prevent CRLF line endings
* Set .gitattributes to automatically detect text files, enabling git to
remove CRLF.
* Keep CRLF for .bat files
* Use .editorconfig to avoid further introduction of CRLF
2024-07-23 09:54:01 +00:00

5 lines
48 B
INI

[*]
end_of_line = lf
[*.bat]
end_of_line = crlf