Skip to content
This repository has been archived by the owner on Nov 30, 2023. It is now read-only.

Commit

Permalink
Introduce .gitattributes forcing LF line endings on some files
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanOberhumer committed Sep 3, 2018
1 parent bfd3791 commit 5a989ca
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Declare files that will always have LF line endings on checkout.
*.bash text eol=lf
*.cpp text eol=lf
*.h text eol=lf
*.py text eol=lf
*.sh text eol=lf

0 comments on commit 5a989ca

Please sign in to comment.