Skip to content

Commit

Permalink
Change vimrc to set wrap
Browse files Browse the repository at this point in the history
  • Loading branch information
spastorino committed Feb 26, 2015
1 parent 3ff935c commit 39d6bd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vimrc
Expand Up @@ -29,7 +29,7 @@ map <Leader>rt :!ctags -R *<CR><CR>
"" Whitespace
""

set nowrap " don't wrap lines
set wrap " wrap lines, use set nowrap to avoid wrapping
set softtabstop=2 " use mix of spaces and tabs
set shiftwidth=2 " an autoindent (with <<) is two spaces
set expandtab " use spaces, not tabs
Expand Down

0 comments on commit 39d6bd3

Please sign in to comment.