Professor-Redwood-Team / Professor-Redwood

Pokemon Go Discord Bot
MIT License
34 stars 21 forks source link

Add .editorconfig to help enforce tabs for .js, spaces for .json #28

Closed fmoo closed 7 years ago

fmoo commented 7 years ago

See http://editorconfig.org/#overview for details, but tl;dr is this enables configured editors to insert tabs instead of spaces for .js and spaces instead of tabs for .json, to be consistent with current conventions, without requiring developers to override their global settings or enabling insecure local overrides.

stefangimmillaro commented 7 years ago

great addition yes