Skip to content

Commit

Permalink
Add .gitattributes
Browse files Browse the repository at this point in the history
To ensure /lila and /ui/build always have LF line-endings,
even when cloned from Windows. Because bash can't run on CLRF.
  • Loading branch information
benediktwerner committed May 2, 2022
1 parent d2501de commit 5d0e13a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/lila text eol=lf
/ui/build text eol=lf

0 comments on commit 5d0e13a

Please sign in to comment.