RomRaider/.gitattributes

22 lines
538 B
Plaintext
Raw Permalink Normal View History

2013-01-05 12:10:43 -08:00
# Global RomRaider repository settings
# git config core.eol lf
# git config core.autocrlf input
# Autodetect text files
* text=auto
# Force working directory files to have specific attr for
# cross platform development
./*.txt eol=crlf
./*.bat eol=crlf
./*.sh eol=lf
./*.dtd eol=lf
./*.xml eol=lf
./*.html eol=lf
./*.properties eol=lf
lib/* binary
plugins/* eol=lf
src/main/resources/graphics/* binary
src/main/java/* eol=lf
templates/* eol=lf