Skip to content

Commit

Permalink
fixing line endings for .py and making the auto behavior lf
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael7371 committed Sep 5, 2024
1 parent 2a94d4d commit 05a21fc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Set the default behavior, in case people don't have core.autocrlf set.
* text=auto
* text=auto eol=lf

# Explicitly declare bash scripts to be set to LF
*.sh text eol=lf
*.txt text eol=lf
*.txt text eol=lf
*.py text eol=lf

0 comments on commit 05a21fc

Please sign in to comment.