mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-24 22:34:54 +02:00
Add .gitattributes file (closes #122)
Convert line endings to CRLF on checkout for Windows batch scripts and Visual Studio solution/project files.
This commit is contained in:
parent
1a8548e56f
commit
d2f0649c9e
4
.gitattributes
vendored
Normal file
4
.gitattributes
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
* text=auto
|
||||
*.bat eol=crlf
|
||||
*.sln eol=crlf
|
||||
*.vcxproj eol=crlf
|
Loading…
x
Reference in New Issue
Block a user