12345678910111213141516171819202122232425262728293031323334353637383940 |
- # These settings are for any web project
- # Handle line endings automatically for files detected as text
- # and leave all files detected as binary untouched.
- #
- # The above will handle all files NOT found below
- #
- # These files are text and should be normalized (Convert crlf => lf)
- .htaccess text
- # These files are binary and should be left untouched
- # (binary is a macro for -text -diff)
|