Skip to content

Commit d5b88df

Browse files
committed
Updated gitattributes enforce text comparison for ps1, psm1 and psd1
1 parent 578e966 commit d5b88df

File tree

2 files changed

+5
-10
lines changed

2 files changed

+5
-10
lines changed

.gitattributes

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
1-
*.ps1 -crlf
2-
*.psm1 -crlf
3-
*.psd1 -crlf
4-
5-
VirtualEngine.Compression.Tests.ps1 export-ignore
6-
VirtualEngine.Compression.png export-ignore
7-
Build.ps1 export-ignore
8-
.gitignore export-ignore
9-
.gitattributes export-ignore
10-
ChocolateyInstall.ps1 export-ignore
1+
# Auto detect text files and perform LF normalization
2+
* text=auto
3+
*.ps1 text
4+
*.psm1 text
5+
*.psd1 text

VirtualEngine.Compression.psd1

-38 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)