Skip to content

Commit

Permalink
chore: always use lf for build files (#122)
Browse files Browse the repository at this point in the history
* chore: add build files to lf conversions

* chore: delete all built files

* chore: rebuild all files

* chore: rebuild from macos
  • Loading branch information
byCedric authored Nov 16, 2021
1 parent 3b3e6b8 commit a9b9cfe
Show file tree
Hide file tree
Showing 2 changed files with 363 additions and 357 deletions.
6 changes: 6 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Handle line endings automatically for files detected as text
# and leave all files detected as binary untouched.
* text=auto

# These files are text and should be normalized (Convert crlf => lf)
build/** eol=lf
Loading

0 comments on commit a9b9cfe

Please sign in to comment.