.vimrc: merge with .vimrc from vriska (work)
This commit is contained in:
parent
9608618a3c
commit
9bb521f562
3
.vimrc
3
.vimrc
|
|
@ -19,11 +19,12 @@ set smartcase
|
||||||
" Indentation options (yeah let's switch to spaces instead of tabs I guess...)
|
" Indentation options (yeah let's switch to spaces instead of tabs I guess...)
|
||||||
set autoindent
|
set autoindent
|
||||||
set expandtab
|
set expandtab
|
||||||
|
set smarttab
|
||||||
set shiftwidth=4
|
set shiftwidth=4
|
||||||
set tabstop=4
|
set tabstop=4
|
||||||
set softtabstop=4
|
set softtabstop=4
|
||||||
|
|
||||||
" Autodetect stuff like 'use tabs in Makefiles'
|
" Activate filetype plugin (e.g. for automatically using tabs instead of spaces in Makefiles)
|
||||||
filetype plugin on
|
filetype plugin on
|
||||||
|
|
||||||
" Indentation for Python (use 4 spaces)
|
" Indentation for Python (use 4 spaces)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue