EmailThis / extension-boilerplate

⚡️ A template for building cross browser extensions for Chrome, Opera & Firefox.
https://www.emailthis.me/open-source/extension-boilerplate
MIT License
3.28k stars 370 forks source link

Add editorconfig to force Atom to 2-space indent #2

Closed benhodgson87 closed 7 years ago

benhodgson87 commented 7 years ago

Hey, not sure if this is useful for anyone else but here's an .editorconfig I've added to my local projects to ensure my code editor (Atom) conforms to the project indentation etc.

May be useful for others to have it force the existing coding style where editors support it; http://editorconfig.org/

bharani91 commented 7 years ago

Merged. Thanks!