a few niggles with indentation.
This commit is contained in:
parent
43c80cccf4
commit
7e0e7f88b9
|
@ -62,12 +62,8 @@ filetype plugin on
|
||||||
"tab stuff
|
"tab stuff
|
||||||
set tabstop=4
|
set tabstop=4
|
||||||
set shiftwidth=4
|
set shiftwidth=4
|
||||||
set expandtab
|
|
||||||
set autoindent
|
set autoindent
|
||||||
|
|
||||||
"if vim sees 4 whitespaces in a row, backspace will delete all of them at once, as if they were real tabs
|
|
||||||
set smarttab
|
|
||||||
|
|
||||||
"highlighting/colour stuff
|
"highlighting/colour stuff
|
||||||
"sets the colorscheme. to get a list of the available colors, do :colorscheme <Space> <C-d>
|
"sets the colorscheme. to get a list of the available colors, do :colorscheme <Space> <C-d>
|
||||||
colorscheme ron
|
colorscheme ron
|
||||||
|
|
Loading…
Reference in a new issue