We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18a5f0c commit 7e00684Copy full SHA for 7e00684
1 file changed
.gitattributes
@@ -1,9 +1,13 @@
1
# 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
+# * text=auto
+*.txt text eol=crlf
+*.ps1 text eol=crlf
+*.psm1 text eol=crlf
+*.psd1 text eol=crlf
7
+*.cmd text eol=crlf
8
+*.md text eol=crlf
9
+*.xml text merge=union
10
+
11
# labbuildr.ps1 text eol=crlf
12
13
# Custom for Visual Studio
0 commit comments