From a5a125e66209913cc607e746e4a6ae345aa73909 Mon Sep 17 00:00:00 2001 From: Bert Peters Date: Tue, 21 Apr 2015 13:03:06 +0200 Subject: [PATCH] Spaces in python, instead of tabs. --- vim/vimrc | 2 ++ 1 file changed, 2 insertions(+) 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