Files
Terminal.Gui/.gitattributes
BDisp 4522097c02 Forces the height of the TextField to 1 which is just the valid height instead of driver rows value. (#400)
* 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.
2020-04-20 15:26:05 -04:00

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