Merge pull request #5272 from hpwamr/Mui_Beta

MUI - Add some extensions in ".gitattributes"
This commit is contained in:
Pairi Daiza 2024-08-08 15:51:29 +02:00 committed by GitHub
commit be54cda7a0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

5
.gitattributes vendored
View File

@ -1,11 +1,14 @@
# see https://docs.github.com/en/get-started/getting-started-with-git/configuring-git-to-handle-line-endings
# or https://www.git-scm.com/docs/gitattributes
* text=auto
*.ahk text eol=crlf
*.c text eol=crlf
*.cfg text eol=crlf
*.cmd text eol=crlf
*.config text eol=crlf
*.build text eol=crlf
*.cpp text eol=crlf
*.h text eol=crlf
*.in text eol=crlf
@ -20,7 +23,9 @@
*.nsi text eol=crlf
*.ps1 text eol=crlf
*.rc text eol=crlf
*.rcconfig text eol=crlf
*.sln text eol=crlf
*.tmpl text eol=crlf
*.tpl text eol=crlf
*.txt text eol=crlf
*.vcxproj* text eol=crlf