adamgreen / mri

MRI - Monitor for Remote Inspection. The gdb compatible debug monitor for Cortex-M devices.
Apache License 2.0
155 stars 58 forks source link

Properly handle line encodings #9

Closed jserv closed 7 years ago

jserv commented 8 years ago

If case case people do not have core.autocrlf set in git global configurations, let git handle the files in whatever way it thinks is best, which is a good default option. After .gitattributes is activated, refresh all source files with proper line encodings.

Reference: https://help.github.com/articles/dealing-with-line-endings/

adamgreen commented 7 years ago

Closing this pull request: