Open
Description
Every project should have its newline settings defined in .gitattributes
to avoid a mess of windows and unix newlines. There's an added benefit of using .gitattributes
to simplify your git diff
output by defining big generated files (for example composer.lock
) as binary.
BTW this project doesn't have a .gitattributes
file either 😆