Skip to content

Commit d32a454

Browse files
authored
Merge pull request OpenMobileAlliance#105 from OpenMobileAlliance/CRLF
[ADMIN] merge Crlf branch into development
2 parents b9b7599 + 9d830ed commit d32a454

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)