mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-11 21:03:05 +08:00
Merge pull request #5272 from hpwamr/Mui_Beta
MUI - Add some extensions in ".gitattributes"
This commit is contained in:
commit
be54cda7a0
5
.gitattributes
vendored
5
.gitattributes
vendored
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user