add .gitattributes

This commit is contained in:
2024-03-11 12:05:52 +01:00
parent 640a31a8ed
commit 89d2680ca3

11
.gitattributes vendored Normal file
View File

@@ -0,0 +1,11 @@
# -- --------------------------------------------------------------------
# -- Powershell Source files
# -- --------------------------------------------------------------------
*.ps1 text eol=crlf
*.ps1x text eol=crlf
*.psm1 text eol=crlf
*.psd1 text eol=crlf
*.ps1xml text eol=crlf
*.pssc text eol=crlf
*.psrc text eol=crlf
*.cdxml text eol=crlf