ArchiSteamFarm/.gitattributes

12 lines
217 B
Text
Raw Permalink Normal View History

2015-10-25 05:13:34 +00:00
# Auto detect text files and perform LF normalization
2018-02-05 22:03:29 +00:00
* text=auto
2015-10-25 05:13:34 +00:00
2024-09-25 09:59:41 +00:00
# Unix files that are always LF
2018-02-05 22:03:29 +00:00
*.sh text eol=lf
2015-10-25 05:13:34 +00:00
2024-09-25 09:59:41 +00:00
# Windows files that are always CRLF
[Dd]esktop.ini text eol=crlf
# Diff settings
2018-02-05 22:03:29 +00:00
*.cs diff=csharp