Skip to content

Commit

Permalink
adding a .gitattributes file to handle line endings better when worki…
Browse files Browse the repository at this point in the history
…ng with the repo on different systems
  • Loading branch information
andrewramsay committed Sep 4, 2021
1 parent b92c1dd commit ba0f933
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Default behaviour
* text=auto

# Explicitly text files
*.py text
*.txt text
*.ipynb text
*.md text
*.rst text
*.sh text
*.bat text
*.toml text

0 comments on commit ba0f933

Please sign in to comment.