I had suspected windows cr/lf was the culprit, but was unfamiliar with all the special processing done by espruino.
The difference in my new process is it is being checked into a git repository, and I think git is attempting some "neutral" representation of cr/lf. I can research some git settings.
With that said, however I believe all my production code will be contained inside function definitions, so I should be OK.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Thanks for the info @Gordon.
I had suspected windows cr/lf was the culprit, but was unfamiliar with all the special processing done by espruino.
The difference in my new process is it is being checked into a git repository, and I think git is attempting some "neutral" representation of cr/lf. I can research some git settings.
With that said, however I believe all my production code will be contained inside function definitions, so I should be OK.
Thanks for your help and insight.
Kevin