Skip to content

Commit

Permalink
set autoindent on in .vimrc
Browse files Browse the repository at this point in the history
  • Loading branch information
mkvalor committed Mar 25, 2020
1 parent 7872896 commit 742a627
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
" have made, as well as sanely reset options when re-sourcing .vimrc
set nocompatible

" Put plugin stuff directly below this line

" Attempt to determine the type of a file based on its name and possibly its
" contents. Use this to allow intelligent auto-indenting for each filetype,
" and for plugins that are filetype specific.
Expand Down Expand Up @@ -99,7 +97,7 @@ set backspace=indent,eol,start

" When opening a new line and no filetype-specific indenting is enabled, keep
" the same indent as the line you're currently on. Useful for READMEs, etc.
set autoindent
"set autoindent

" Stop certain movements from always going to the first character of a line.
" While this behaviour deviates from that of Vi, it does what most users
Expand Down

0 comments on commit 742a627

Please sign in to comment.