MycroftAI / Mycroft-Android

Android companion app, sends commands from your Android device to your Mycroft system and returns the output as speech or other medium to the Android device.
GNU General Public License v3.0
352 stars 131 forks source link

Fixing linebreaks and XML comments #76

Closed Sonderful closed 5 years ago

Sonderful commented 5 years ago

You can use this command to check for CRLF line endings: find . -not -type d -exec file "{}" ";" | grep CRLF

Sonderful commented 5 years ago

Linebreaks should be handled by git, so closing this PR. I'll create another for the XML fixes in a few days.