Skip to content

Commit

Permalink
bug: force git to use unix style line endings to not break docker
Browse files Browse the repository at this point in the history
  • Loading branch information
azend committed Sep 28, 2024
1 parent 11ceff3 commit 945e69d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
* text=auto
* text=auto eol=lf

*.{cmd,[cC][mM][dD]} text eol=crlf
*.{bat,[bB][aA][tT]} text eol=crlf

*.css linguist-vendored
*.scss linguist-vendored

0 comments on commit 945e69d

Please sign in to comment.