Skip to content

Commit 70c0ec6

Browse files
committed
Git attributes to use linux newlines
1 parent 1265bb9 commit 70c0ec6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.gitattributes

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Auto-detect text files and normalize them to LF in the repo
2+
* text=auto eol=lf
3+
4+
# Explicitly ensure shell scripts and other Unix files use LF
5+
*.sh text eol=lf
6+
*.py text eol=lf

0 commit comments

Comments
 (0)