Place1 / node-gir

Node bindings to libgirepository
http://live.gnome.org/GObjectIntrospection
MIT License
27 stars 6 forks source link

Support editorconfig #29

Closed clayrisser closed 6 years ago

clayrisser commented 6 years ago

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/

clayrisser commented 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;