Closed clayrisser closed 6 years ago
It can also help keep the line breaks consistent. Windows style carriage return line feed crlf
breaks usually don't read very nicely on unix. Line feed is probably what should be used, since most of the development is on Unix machines. Plus, Windows can understand the Unix style lf
break;
It would also be nice if we had an editorconfig spec. Most text editors comply with editorconfig. This will help prevent issues like tabs and 4 spaces bleeding into the code.
http://editorconfig.org/