Skip to content

Commit db2d5ce

Browse files
committed
Adds .gitattributes
1 parent 004332f commit db2d5ce

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.gitattributes

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
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+
*.md text
8+
*.adoc text

0 commit comments

Comments
 (0)