mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 07:47:54 +01:00
Gitattributes (#383)
* Added .gitattributes to deal with cross platform line endings correctly
This commit is contained in:
16
.gitattributes
vendored
Normal file
16
.gitattributes
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
# Set the default behavior for all files.
|
||||
* text=auto
|
||||
|
||||
# Normalized and converts to
|
||||
# native line endings on checkout.
|
||||
*.cs text
|
||||
|
||||
# Convert to CRLF line endings on checkout.
|
||||
*.sln text eol=crlf
|
||||
|
||||
# Convert to LF line endings on checkout.
|
||||
*.sh text eol=lf
|
||||
|
||||
# Binary files.
|
||||
*.png binary
|
||||
*.jpg binary
|
||||
Reference in New Issue
Block a user