rwmingis / InterruptButton

This is an interrupt based button event library for the ESP32. It enables binding user defined actions to button events including 'Key Down', Key Up' , 'Key Press', 'Long Key Press' 'AutoRepeat Press' and 'Double-Click'. The actions associated it these events may be executed Asynchronously, Synchronously, or a Hybrid between the two.
MIT License
30 stars 8 forks source link

CRLF #20

Open mathieucarbou opened 10 months ago

mathieucarbou commented 10 months ago

There's a mix of CRLF in the source files which is not good... Source files usually by convention us LF, and CRLF only locally on Windows machine if git is configured correctly. Regardless, any IDE supports LF so no reason for CR.

image

rwmingis commented 4 months ago

Thanks mathieu, I have removed CR's from the sourcecode locally and will update git soon.