mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 07:47:54 +01:00
* Forces the height of the TextField to 1 which is just the valid height instead of driver rows value. * Fixes an issue in the sln file that despite not having been changed, git reports as changed.
13 lines
232 B
Plaintext
13 lines
232 B
Plaintext
# Set the default behavior for all files.
|
|
* text=auto
|
|
|
|
# Normalized and converts to
|
|
# native line endings on checkout.
|
|
*.cs text
|
|
|
|
# Convert to LF line endings on checkout.
|
|
*.sh text eol=lf
|
|
|
|
# Binary files.
|
|
*.png binary
|
|
*.jpg binary |