Skip to content

Commit

Permalink
Add .gitattributes with enforced LF
Browse files Browse the repository at this point in the history
  • Loading branch information
trejjam committed Jan 28, 2023
1 parent 3313530 commit 59a827c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
*.ps1 text=auto eol=lf
*.sh text=auto eol=lf
*.bash text=auto eol=lf
build text=auto eol=lf
*.php text=auto eol=lf
*.php_cs text=auto eol=lf
*.html text=auto eol=lf
*.md text=auto eol=lf

0 comments on commit 59a827c

Please sign in to comment.