Skip to content

Commit

Permalink
fix: Ensure LF line endings for shell scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Pilaton committed Sep 16, 2024
1 parent bc492d4 commit 024fc36
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
@@ -1,2 +1,4 @@
# Auto detect text files and perform LF normalization
* text=auto
*.zsh text eol=lf
*.sh text eol=lf

0 comments on commit 024fc36

Please sign in to comment.