Skip to content

Commit

Permalink
New line handling
Browse files Browse the repository at this point in the history
  • Loading branch information
Grzegorz Bach committed Jun 17, 2023
1 parent 8fcfcf8 commit 0b46cfa
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Handle line endings automatically for files detected as text
# and leave all files detected as binary untouched.
* text=auto

#
# The above will handle all files NOT found below
#
# These files are text and should be normalized (Convert crlf => lf)
*.bash text eol=lf
*.sh text eol=lf

0 comments on commit 0b46cfa

Please sign in to comment.