faeldt / redis-mock

Node.js redis client mock
112 stars 156 forks source link

Code style #21

Closed nisaacson closed 10 years ago

nisaacson commented 10 years ago

I have some bug fixes for this repo. Before I go through I wanted to check

My preferred indent style is 2 spaces. I noticed the existing code is a mix of 4 spaces and tabs. Is it okay to switch over to 2 spaces as is that is the general standard in node.js code?

faeldt commented 10 years ago

2 spaces it is.