remove auto indent. fix weird intent when pasting.

This commit is contained in:
Les Vegetables 2018-11-20 19:42:43 -08:00
parent f9701c4085
commit 0fcd752c17
1 changed files with 0 additions and 2 deletions

View File

@ -27,8 +27,6 @@ set expandtab " expand tabs by default (overloadable per file
set shiftwidth=4 " number of spaces to use for autoindenting set shiftwidth=4 " number of spaces to use for autoindenting
set shiftround " use multiple of shiftwidth when indenting with '<' and '>' set shiftround " use multiple of shiftwidth when indenting with '<' and '>'
set backspace=indent,eol,start " allow backspacing over everything in insert mode set backspace=indent,eol,start " allow backspacing over everything in insert mode
set autoindent " always set autoindenting on
set copyindent " copy the previous indentation on autoindenting
set number " always show line numbers set number " always show line numbers
set ignorecase " ignore case when searching set ignorecase " ignore case when searching
set smartcase " ignore case if search pattern is all lowercase, set smartcase " ignore case if search pattern is all lowercase,