Starting to move away from emacs in favor of vim.

This commit is contained in:
Rodolphe Breard 2015-10-02 21:03:55 +02:00
parent 3a030059ca
commit d077bcb924
8 changed files with 302 additions and 10 deletions

4
.vim/ftplugin/python.vim Normal file
View file

@ -0,0 +1,4 @@
set tabstop=8
set expandtab
set shiftwidth=4
set softtabstop=4