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
set tabstop=2 " The width of a tab character
set softtabstop=2 " The number of spaces inserted when hitting Tab
set shiftwidth=2 " The number of spaces for auto-indentation (using << or >>)