Skip to content

Commit e31ffd4

Browse files
committed
chore: add .gitattributes for line-ending normalization
1 parent 05ad8d7 commit e31ffd4

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.gitattributes

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Auto-detect text files and normalize line endings
2+
* text=auto
3+
4+
# Python
5+
*.py text diff=python
6+
7+
# Binary
8+
*.png binary
9+
*.jpg binary
10+
*.ico binary

0 commit comments

Comments
 (0)