From 083d10f2c0312267fcbee350dc4ce2c96251c94f Mon Sep 17 00:00:00 2001 From: "Ein Verne(einverne)" Date: Mon, 15 Jun 2015 18:17:42 +0800 Subject: [PATCH] some modify --- _vimrc | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/_vimrc b/_vimrc index 9cc9e92..8d0df15 100644 --- a/_vimrc +++ b/_vimrc @@ -177,6 +177,16 @@ set si " wrap lines set wrap +" YAML +autocmd Filetype yaml setlocal tabstop=2 shiftwidth=2 + +" Web +autocmd Filetype json setlocal tabstop=2 shiftwidth=2 +autocmd Filetype javascript setlocal tabstop=2 shiftwidth=2 +autocmd Filetype html setlocal tabstop=2 shiftwidth=2 +autocmd Filetype css setlocal tabstop=2 shiftwidth=2 + + """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" " => Moving around, tabs, windows and buffers """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""