Skip to content

Commit

Permalink
Revert "Update vimrc to set foldmethod to indent"
Browse files Browse the repository at this point in the history
This reverts commit fee4fde.
  • Loading branch information
ssgelm committed Jan 13, 2017
1 parent bb13460 commit 1a83cf9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions vimrc
Expand Up @@ -83,10 +83,6 @@ endif
autocmd InsertEnter * match ExtraWhitespace /\s\+\%#\@<!$/
autocmd BufRead,InsertLeave * match ExtraWhitespace /\s\+$/

" Use folding but start unfolded
set foldmethod=indent
autocmd BufWinEnter * silent! :%foldopen!

" Autoremove trailing spaces when saving the buffer
autocmd FileType c,cpp,elixir,eruby,html,java,javascript,php,ruby autocmd BufWritePre <buffer> :%s/\s\+$//e

Expand Down

0 comments on commit 1a83cf9

Please sign in to comment.