nileshtrivedi / better

Browser extension that suggests better/ethical/local/cheaper alternative products & services than your current tab's URL.
MIT License
88 stars 6 forks source link

Inconsistent space width #14

Closed oxalorg closed 3 years ago

oxalorg commented 3 years ago

Indentations are currently mixed 2/4 spaces in the js files.

I think the standard nowadays is to use 2 spaces as the indentation.

Prettier by default also uses 2 space indents.

Should we give this a thought?

nileshtrivedi commented 3 years ago

Yes, let's use 2 spaces for indentation.