Add support for desktop.ini on Windows

This commit is contained in:
Łukasz Domeradzki
2024-09-25 11:59:41 +02:00
parent 2555623064
commit b5f916dbac
4 changed files with 18 additions and 1 deletions

6
.gitattributes vendored
View File

@@ -1,7 +1,11 @@
# Auto detect text files and perform LF normalization
* text=auto
# Unix files that are always LF
*.sh text eol=lf
# Custom for Visual Studio
# Windows files that are always CRLF
[Dd]esktop.ini text eol=crlf
# Diff settings
*.cs diff=csharp