Tabs for vim
This commit is contained in:
parent
36d1c5df4e
commit
240fa6f63d
|
@ -2,11 +2,11 @@
|
|||
:set ignorecase
|
||||
:set incsearch
|
||||
:set relativenumber
|
||||
:set autoindent
|
||||
:syntax on
|
||||
:set shiftwidth=2
|
||||
:set smarttab
|
||||
:set expandtab
|
||||
:set smartindent
|
||||
:set noexpandtab
|
||||
:set tabstop=8
|
||||
:set softtabstop=0
|
||||
:set splitright
|
||||
|
|
Loading…
Reference in New Issue