|
123456789101112131415161718192021222324252627282930313233343536373839 |
- # 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)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
|