Fix New Line Character for 'winutil.ps1' File (#2150)

* Change New Line Character from LF to CRLF in 'Get-TabXaml.ps1' Private Function

* Update '.gitattributes' File

Provide stricter rules to be used for multiple file types in the repo.
This commit is contained in:
Mr.k
2024-06-29 00:23:41 +03:00
committed by GitHub
parent 676e46f59f
commit a924d91d65
2 changed files with 27 additions and 18 deletions

11
.gitattributes vendored
View File

@ -1,3 +1,12 @@
* text=auto
*.ps1 text eol=crlf
*.json text eol=crlf
*.cfg text eol=crlf
*.png binary
*.jpg binary
config/* diff
config/applications.json diff
*.json diff
*.json diff