Skip to content

Commit

Permalink
feat: added line-endings to .gitattr
Browse files Browse the repository at this point in the history
  • Loading branch information
krsche committed May 14, 2022
1 parent f0ff970 commit 191ac83
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# --- Line Endings ---
* text eol=auto
*.sh text eol=lf
.bash* text eol=lf

# --- GIT LFS ---
# Archives
*.7z filter=lfs diff=lfs merge=lfs -text
Expand All @@ -19,4 +24,4 @@
# Fonts
*.woff2 filter=lfs diff=lfs merge=lfs -text
# Other
*.exe filter=lfs diff=lfs merge=lfs -text
*.exe filter=lfs diff=lfs merge=lfs -text

0 comments on commit 191ac83

Please sign in to comment.