mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2025-12-14 21:40:29 +00:00
12 lines
217 B
Plaintext
12 lines
217 B
Plaintext
# Auto detect text files and perform LF normalization
|
|
* text=auto
|
|
|
|
# Unix files that are always LF
|
|
*.sh text eol=lf
|
|
|
|
# Windows files that are always CRLF
|
|
[Dd]esktop.ini text eol=crlf
|
|
|
|
# Diff settings
|
|
*.cs diff=csharp
|