Skip to content

Commit 3b04b6b

Browse files
authored
Create .gitattributes
Convert file line endings appropriately
1 parent 1ab5609 commit 3b04b6b

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.gitattributes

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Declare text files that will be normalized and converted to native line endings on checkout
2+
*.md text
3+
4+
# Declare files that will have CRLF line endings on checkout
5+
*.xml text eol=crlf
6+
*.xsd text eol=crlf
7+
*.txt text eol=crlf
8+
9+
# Denote all files that should not be modified
10+
*.png binary
11+
*.jpg binary
12+
*.svg binary

0 commit comments

Comments
 (0)