mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-03-03 14:07:04 -05:00
https://www.git-scm.com/docs/gitattributes Disable automatic end-of-line conversion from Unix to Windows. We do not have any file type in the project that is sensitive to line ending (e.g. PHP works fine on Windows with Linux line endings), but the automatic conversion makes it annoying to work on the same git local repository from different systems (e.g. hybrid Linux / Windows development)
2 lines
19 B
Plaintext
2 lines
19 B
Plaintext
* text=auto eol=lf
|