crlf troubles on linux
Posted: Thu Aug 11, 2016 12:11 pm
I just cloned a fresh copy of micropython and gets a lots of files marked as modified in the stmhal and lib directories, all are CRLF inconsistency.
Do I need to configure git? I've tried to play with "autocrlf" in my .gitconfig but it's not helping.
edit:
I had an old git (v1.7.10.4) who did not handle the .gitattribute file, updating git solved my problem.
Do I need to configure git? I've tried to play with "autocrlf" in my .gitconfig but it's not helping.
edit:
I had an old git (v1.7.10.4) who did not handle the .gitattribute file, updating git solved my problem.