summaryrefslogtreecommitdiffstats
path: root/.vimrc
diff options
context:
space:
mode:
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/.vimrc b/.vimrc
index f8b1012..ebff2d3 100644
--- a/.vimrc
+++ b/.vimrc
@@ -7,7 +7,7 @@ set nocompatible
set encoding=utf-8 " unicode encoding
set t_Co=256
set nobackup
-set noexpandtab
+set expandtab
set tabstop=2
set shiftwidth=2
set softtabstop=2
@@ -35,6 +35,7 @@ inoremap <C-s> <esc>:w<cr>a
nnoremap <C-s> :w<cr>
autocmd FileType make setlocal noexpandtab
+au FileType python set ts=4 sw=4 et
"colorscheme gardener
"colorscheme desert256