pharo-contributions / taskit

TaskIt is a library that ease Process usage in Pharo. It provides abstractions to execute and synchronize concurrent tasks, and several pre-built mechanisms that are useful for many application developers.
MIT License
43 stars 24 forks source link

add attributes file to ensure format is kept in all platforms #85

Closed estebanlm closed 4 years ago

estebanlm commented 4 years ago

I added a .gitattributes file to fix the problem of converting files from crlf to lf and viceversa when switching platforms.