This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
set expandtab | |
set tabstop=4 | |
set shiftwidth=4 | |
set smarttab | |
set autoindent | |
set ruler | |
syntax on | |
autocmd BufNewFile,BufRead Gemfile,*.pp set filetype=ruby | |
autocmd BufNewFile,BufRead *.erb set filetype=eruby.html |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
set expandtab | |
set tabstop=4 | |
set shiftwidth=4 | |
set smarttab | |
set autoindent | |
set ruler | |
syntax on | |
autocmd BufNewFile,BufRead Gemfile,*.pp set filetype=ruby | |
autocmd BufNewFile,BufRead *.erb set filetype=eruby.html |