Skip to content

Commit ae53e61

Browse files
committed
Add .gitattributes file with Git core.autorclf settings
1 parent 2c28471 commit ae53e61

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.gitattributes

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Set the default behavior, in case people don't have core.autocrlf set.
2+
* text=auto
3+
4+
# Explicitly declare text files you want to always be normalized and converted
5+
# to native line endings on checkout.
6+
*.py text
7+
*.txt text
8+
*.rst text
9+
*.md text

0 commit comments

Comments
 (0)