Skip to content

Commit 422ce8e

Browse files
Add .gitattributes that ensures scripts have UNIX line endings
1 parent d769a3a commit 422ce8e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.gitattributes

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
* text=auto
2+
3+
*.awk text eol=lf
4+
*.sed text eol=lf
5+
*.sh text eol=lf

0 commit comments

Comments
 (0)