mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-14 18:12:09 +08:00
Use LF for shell scripts (#5374)
This commit is contained in:

committed by
Alexander Vakrilov

parent
c88478a02a
commit
925c60677f
3
.gitattributes
vendored
3
.gitattributes
vendored
@ -1,6 +1,9 @@
|
|||||||
# Auto detect text files and perform LF normalization
|
# Auto detect text files and perform LF normalization
|
||||||
* text=auto
|
* text=auto
|
||||||
|
|
||||||
|
# Use LF for shell scripts
|
||||||
|
*.sh eol=lf
|
||||||
|
|
||||||
# Custom for Visual Studio
|
# Custom for Visual Studio
|
||||||
*.cs diff=csharp
|
*.cs diff=csharp
|
||||||
*.sln merge=union
|
*.sln merge=union
|
||||||
|
Reference in New Issue
Block a user