Skip to content

Commit 925c606

Browse files
darindAlexander Vakrilov
authored andcommitted
Use LF for shell scripts (NativeScript#5374)
1 parent c88478a commit 925c606

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitattributes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Auto detect text files and perform LF normalization
22
* text=auto
33

4+
# Use LF for shell scripts
5+
*.sh eol=lf
6+
47
# Custom for Visual Studio
58
*.cs diff=csharp
69
*.sln merge=union

0 commit comments

Comments
 (0)