Skip to content

Commit 1af04ed

Browse files
Add sh files to gitattributes
1 parent e242214 commit 1af04ed

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitattributes

+3
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+
# Shell scripts should always use line feed not crlf
5+
*.sh text eol=lf
6+
47
# Custom for Visual Studio
58
*.cs diff=csharp
69
*.sln merge=union

0 commit comments

Comments
 (0)