12 строки
320 B
Plaintext
12 строки
320 B
Plaintext
|
# Auto detect text files and perform LF normalization
|
||
|
* text=auto
|
||
|
|
||
|
# Custom for Visual Studio
|
||
|
*.cs diff=csharp
|
||
|
*.sln merge=union
|
||
|
*.csproj merge=union
|
||
|
|
||
|
# Force bash scripts to always use lf line endings so that if a repo is accessed
|
||
|
# in Unix via a file share from Windows, the scripts will work.
|
||
|
*.sh text eol=lf
|