arton / rjb

Ruby Java Bridge
https://www.artonx.org/collabo/backyard/?RubyJavaBridge
GNU Lesser General Public License v2.1
117 stars 34 forks source link

Line endings in the project #50

Closed arbox closed 7 years ago

arbox commented 7 years ago

Hi @arton , the repository has now an inconsistent state concerning line endings. It would be better to convert all the files to one type (e.g. Unix-like) and to set .gitattributes to automatically convert line endings at every checkout to provide every developer with an appropriate working environment.

If it's OK with you I'll prepare a pull request.

P.S. It will help with the executable bit issue as well.

arton commented 7 years ago

Hi arbox Good point! Because I tested, fixed and pushed from my Linux, Mac, Windows boxes by cases. However, I don't well know the use of git configuration such as .gitattributes that you kindly pointed. I wonder if you could set it into the repositry! Thank you!