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