| Author | Karl Tauber <email> |
|---|---|
| Date | 2015-07-23 11:56:32 GMT+0200 |
| Commit | 9e1926477b1021b7dfbaaa57f2068a5d2b657d31 |
| Parent | f6592d2 |
| # always use LF line endings | ||
| + | ||
| +# ALL FILES: | ||
| +# Normalize line endings to LF on checkin and | ||
| +# prevent conversion to CRLF when the file is checked out. | ||
| + | ||
| * text eol=lf | ||
| + | ||
| + | ||
| +# BINARY FILES: | ||
| +# Disable line ending normalize on checkin. | ||
| + | ||
| +*.gif binary | ||
| +*.jar binary | ||
| +*.png binary | ||
| +*.zip binary | ||
| Delta | 14 lines added, 0 lines removed, 14-line increase |
|---|