Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit 5e94d3f

Browse files
Zach Weishargrasmash
Zach Weishar
authored andcommitted
Normalize and covert svg line endings to native on checkout (#1801)
* Normalize and covert svg line endings to native on checkout * Move svg entry in .gitattributes to alphabetical order
1 parent 365ab06 commit 5e94d3f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

template/.gitattributes

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
*.script text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
3636
*.sh text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 diff=php
3737
*.sql text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
38+
*.svg text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
3839
*.test text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 diff=php
3940
*.theme text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 diff=php
4041
*.txt text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2

0 commit comments

Comments
 (0)