You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It uses two-space indents, with actual spaces (no tabs).
Another consideration is snake_case vs. camelCase. The strong argument for camelCase is that it is already a fairly strong convention in the greater JavaScript ecosystem. Folks working in multi-language environments may decide that they prefer snake_case despite the JavaScript convention, especially if they are writing lots of Ruby and Python code as well.