Skip to content
This repository was archived by the owner on Apr 24, 2022. It is now read-only.

Commit 5a989ca

Browse files
committedSep 3, 2018
Introduce .gitattributes forcing LF line endings on some files
1 parent bfd3791 commit 5a989ca

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
 

‎.gitattributes

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Declare files that will always have LF line endings on checkout.
2+
*.bash text eol=lf
3+
*.cpp text eol=lf
4+
*.h text eol=lf
5+
*.py text eol=lf
6+
*.sh text eol=lf

0 commit comments

Comments
 (0)
This repository has been archived.