Skip to content

Commit 14bd221

Browse files
committed
Create .gitattributes
- added file
1 parent 0f0841f commit 14bd221

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.gitattributes

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Set the default behavior, in case people don't have core.autocrlf set.
2+
* text=auto eol=lf
3+
4+
# Explicitly declare text files you want to always be normalized and converted
5+
# to native line endings on checkout.
6+
*.pm text eol=lf
7+
*.pl text eol=lf
8+
*.hash text eol=lf
9+
*.txt text eol=lf
10+
*.sh text eol=lf
11+
12+
# Denote all files that are truly binary and should not be modified.
13+
*.hex binary
14+
*.bin binary

0 commit comments

Comments
 (0)