cloudcmd/lib/client/storage/dropbox/.vimrc
2013-01-14 04:37:19 -05:00

6 lines
134 B
VimL

" Indentation settings for the project: 2-space indentation, no tabs.
set tabstop=2
set softtabstop=2
set shiftwidth=2
set expandtab