diff --git a/vim/vimrc b/vim/vimrc index 4a7fa9a..ad324fd 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -23,3 +23,5 @@ imap :update:make "language specific syntastic configurtion let g:syntastic_cpp_compiler="g++" let g:syntastic_cpp_compiler_options = "-std=c++11 -Wall -Wextra -Wpedantic" + +autocmd Filetype python setlocal expandtab tabstop=4 shiftwidth=4