Files
unison/.gitattributes
Gabriel Ferreira 23168c41ce gitattributes: Set text files to LF endings
Avoids bash shebang issues on Windows
2024-09-15 14:05:12 +00:00

7 lines
188 B
Plaintext

# Use the following to delete tracked source files and replace them with LF endings
# git ls-files -z | xargs -0 rm
# git reset --hard
# Force LF endings to text files
* text=auto eol=lf