Skip to content

Commit ba0f933

Browse files
committed
adding a .gitattributes file to handle line endings better when working with the repo on different systems
1 parent b92c1dd commit ba0f933

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.gitattributes

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Default behaviour
2+
* text=auto
3+
4+
# Explicitly text files
5+
*.py text
6+
*.txt text
7+
*.ipynb text
8+
*.md text
9+
*.rst text
10+
*.sh text
11+
*.bat text
12+
*.toml text

0 commit comments

Comments
 (0)