Skip to content

Commit 7e00684

Browse files
committed
clrf
1 parent 18a5f0c commit 7e00684

1 file changed

Lines changed: 9 additions & 5 deletions

File tree

.gitattributes

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
# Auto detect text files and perform LF normalization
2-
* text=auto
3-
# *.ps1 text
4-
# *.psm text
5-
# *.ps1 text eol=crlf
6-
# *.psm* text eol=crlf
2+
# * text=auto
3+
*.txt text eol=crlf
4+
*.ps1 text eol=crlf
5+
*.psm1 text eol=crlf
6+
*.psd1 text eol=crlf
7+
*.cmd text eol=crlf
8+
*.md text eol=crlf
9+
*.xml text merge=union
10+
711
# labbuildr.ps1 text eol=crlf
812

913
# Custom for Visual Studio

0 commit comments

Comments
 (0)