mirror of
https://github.com/He4eT/dotfiles.git
synced 2026-05-04 15:37:22 +00:00
vimrc: indentation
This commit is contained in:
parent
898dd76a9d
commit
1b153e8145
1 changed files with 8 additions and 0 deletions
|
|
@ -1,2 +1,10 @@
|
|||
set number
|
||||
set relativenumber
|
||||
|
||||
set autoindent
|
||||
set expandtab
|
||||
set smarttab
|
||||
set shiftwidth=2
|
||||
set tabstop=2
|
||||
|
||||
highlight EndOfBuffer ctermfg=16
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue