Prevent archiver from replacing newlines
This commit is contained in:
parent
a16381a9d3
commit
4a00204bda
|
@ -1,6 +1,6 @@
|
||||||
# Auto detect text files and perform LF normalization
|
# Auto detect text files and perform LF normalization
|
||||||
* text=auto
|
* text=auto
|
||||||
*.cs eof=crlf
|
*.cs eol=crlf
|
||||||
|
|
||||||
# Custom for Visual Studio
|
# Custom for Visual Studio
|
||||||
*.cs diff=csharp
|
*.cs diff=csharp
|
||||||
|
|
Loading…
Reference in New Issue