mirror of https://github.com/rusefi/RomRaider.git
22 lines
538 B
Plaintext
22 lines
538 B
Plaintext
# 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
|