Skip to content

Commit

Permalink
Trivial update
Browse files Browse the repository at this point in the history
  • Loading branch information
hnagato committed May 1, 2012
1 parent 71e8cc4 commit c4c600d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .vimrc
Expand Up @@ -300,7 +300,7 @@ au FileType javascript :map <up> <esc>:!node %<cr>
" http://vim-users.jp/2010/04/hack138/ " http://vim-users.jp/2010/04/hack138/
augroup FiletypeAliases augroup FiletypeAliases
autocmd! autocmd!
autocmd FileType js set filetype=javascript ts=4 sw=4 sts=4 et autocmd FileType js set filetype=javascript ts=4 sw=4 sts=4 noet
autocmd FileType ejs set filetype=html ts=4 sw=4 sts=4 et autocmd FileType ejs set filetype=html ts=4 sw=4 sts=4 et
autocmd FileType cf set filetype=coffee ts=2 sw=2 sts=2 et autocmd FileType cf set filetype=coffee ts=2 sw=2 sts=2 et
augroup END augroup END
Expand Down Expand Up @@ -331,6 +331,8 @@ au FileType ejs set ts=4 sw=4 sts=4 et
au FileType js set ts=4 sw=4 sts=4 et au FileType js set ts=4 sw=4 sts=4 et
au FileType javascript set ts=4 sw=4 sts=4 et au FileType javascript set ts=4 sw=4 sts=4 et


au FileType git setlocal foldlevel=99

" テキストファイルは markdown 形式で開く " テキストファイルは markdown 形式で開く
au BufNewFile,BufReadPost **/*.txt set ft=markdown au BufNewFile,BufReadPost **/*.txt set ft=markdown


Expand Down

0 comments on commit c4c600d

Please sign in to comment.