pimterry / loglevel

:ledger: Minimal lightweight logging for JavaScript, adding reliable log level methods to wrap any available console.log methods
MIT License
2.62k stars 157 forks source link

Add EditorConfig file #66

Closed medhajjej11 closed 9 years ago

medhajjej11 commented 9 years ago

EditorConfig helps developers define and maintain consistent coding styles between different editors and IDEs. The EditorConfig project consists of a file format for defining coding styles and a collection of text editor plugins that enable editors to read the file format and adhere to defined styles. EditorConfig files are easily readable and they work nicely with version control systems.

mroderick commented 9 years ago

:+1: You beat me to it!

pimterry commented 9 years ago

Nice, thanks!