Skip to content

Commit

Permalink
remove 2 space indent setting from vimrc
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhixing Han committed Dec 31, 2013
1 parent 97bc956 commit 2640162
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 0 additions & 2 deletions vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -200,8 +200,6 @@ set smartindent
set wrap


autocmd FileType html,phtml setlocal shiftwidth=2 tabstop=2




Expand Down
4 changes: 1 addition & 3 deletions vimrc.plugins
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ endif
" This 2 lines must be loaded after 'syntax on', 'guifont', 'colorschem',
" or these settings will overwrite the setting you want.
highlight OverLength ctermbg=darkred ctermfg=white guibg=#666666
match OverLength /\%79v.*/
match OverLength /\%120v.*/

" Set the default size of the window
" if has("win32")
Expand Down Expand Up @@ -205,8 +205,6 @@ set smartindent
set wrap


autocmd FileType html,phtml setlocal shiftwidth=2 tabstop=2




Expand Down

0 comments on commit 2640162

Please sign in to comment.