Indentation for languages according to their most used style guidelines.
Currently supported languages | |
---|---|
C/C++ | 2 spaces |
CSS | 2 spaces |
SCSS | 2 spaces |
HTML | 2 spaces |
JavaScript | 2 spaces |
Python | 4 spaces |
Ruby | 2 spaces |
Shell Script | 4 spaces |
- Configure Vundle. Please read gmarik/Vundle.vim.
- Add this line to your vimrc file
Bundle "sdanielf/vim-stdtabs"
- Start vim and run command
:BundleInstall
.