Setting ".gitattributes" is good idea, but will not
resolve issues with user files.


OK, is this setting good to commit?

````
     * text=auto eol=lf
````

Docs from man page are:

       text
           Set to string value "auto"
When text is set to "auto", the path is marked for automatic end-of-line conversion. If Git decides that the content is text, its line endings are converted to LF on checkin. When the file has been committed with CRLF, no conversion is done.

       eol
           Set to string value "crlf"
This setting forces Git to normalize line endings for this file on checkin and convert them to CRLF when the file is checked out.

--
You received this message because you are subscribed to the Google Groups "FriCAS - 
computer algebra system" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/fricas-devel/d7217959-edc1-a841-da00-8f42163112cd%40gmail.com.

Reply via email to