Removed autoindent completely in .vimrc.
This commit is contained in:
parent
8d428bd9ba
commit
177e6c190e
1 changed files with 7 additions and 2 deletions
9
.vimrc
9
.vimrc
|
|
@ -57,8 +57,13 @@ set tabstop=4
|
|||
set shiftwidth=4
|
||||
set expandtab
|
||||
" set number
|
||||
filetype indent on
|
||||
set autoindent
|
||||
" filetype indent on
|
||||
" set autoindent
|
||||
|
||||
filetype indent off
|
||||
set noautoindent
|
||||
set nocindent
|
||||
set nosmartindent
|
||||
|
||||
" Better command-line completion
|
||||
set wildmenu
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue