Skip to content

Commit

Permalink
force LF line endings in shell scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
hahn-kev committed Oct 7, 2024
1 parent 191f642 commit c924332
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
*.verified.txt text eol=lf working-tree-encoding=UTF-8
*.verified.xml text eol=lf working-tree-encoding=UTF-8
*.verified.json text eol=lf working-tree-encoding=UTF-8
*.verified.json text eol=lf working-tree-encoding=UTF-8

# force LF line endings on all shell scripts, even on Windows
*.sh text eol=lf

0 comments on commit c924332

Please sign in to comment.