mirror of
https://github.com/ReactiveX/RxJava.git
synced 2026-03-30 09:17:33 +00:00
https://help.github.com/articles/dealing-with-line-endings See https://github.com/Netflix/RxJava/issues/579
16 lines
366 B
Plaintext
16 lines
366 B
Plaintext
# Set default behaviour, in case users don't have core.autocrlf set.
|
|
* text=auto
|
|
|
|
# Explicitly declare text files we want to always be normalized and converted
|
|
# to native line endings on checkout.
|
|
*.java text
|
|
*.groovy text
|
|
*.scala text
|
|
*.clj text
|
|
*.txt text
|
|
*.md text
|
|
|
|
# Denote all files that are truly binary and should not be modified.
|
|
*.png binary
|
|
*.jpg binary
|