Javascript filetype settings
git-svn-id: http://photonzero.com/dotfiles/trunk@41 23f722f6-122a-0410-8cef-c75bd312dd78
This commit is contained in:
parent
889f9af6de
commit
25cb6c69d0
4 changed files with 346 additions and 15 deletions
|
|
@ -20,4 +20,10 @@ autocmd FileType python set softtabstop=4
|
|||
autocmd FileType python set shiftwidth=4
|
||||
autocmd FileType python set expandtab
|
||||
augroup END
|
||||
augroup javascript
|
||||
autocmd FileType javascript set ts=4
|
||||
autocmd FileType javascript set softtabstop=4
|
||||
autocmd FileType javascript set shiftwidth=4
|
||||
autocmd FileType javascript set expandtab
|
||||
augroup END
|
||||
au BufRead,BufNewFile *.go set filetype=go
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue