Skip to content

Commit

Permalink
Make tab and eol characters to be less intrusive, so they can always …
Browse files Browse the repository at this point in the history
…be visible.
  • Loading branch information
matzko committed May 12, 2013
1 parent 9ca0562 commit 2a52394
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion plugin/vimrc.vim
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,11 @@ set ai
set ignorecase
set hlsearch
set noexpandtab
set tabstop=4
" set the width that tabs appear to be
set tabstop=2
set shiftwidth=4
set listchars=tab\ ,eol
set list
" use spaces for tabs
" set tabstop=4
" set shiftwidth=4
Expand Down

0 comments on commit 2a52394

Please sign in to comment.