Skip to content

Commit

Permalink
chore: add .gitattributes to enforce consistent EOL for text files
Browse files Browse the repository at this point in the history
  • Loading branch information
lumirlumir committed Jan 9, 2025
1 parent a73feb8 commit bd704cd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# https://git-scm.com/docs/gitattributes

# Ensure consistent EOL(LF) for all files that Git considers text files.
* text=auto eol=lf

0 comments on commit bd704cd

Please sign in to comment.