mirror of
https://github.com/TalAloni/SMBLibrary.git
synced 2025-04-29 18:27:48 +02:00
7 lines
251 B
Text
7 lines
251 B
Text
# Unsetting the text attribute on a path tells Git not to attempt any end-of-line conversion upon checkin or checkout
|
|
* -text
|
|
|
|
# Custom for Visual Studio
|
|
*.cs -text diff=csharp
|
|
*.csproj -text merge=union
|
|
*.sln -text merge=union eol=crlf
|