Starting to move away from emacs in favor of vim.
This commit is contained in:
parent
3a030059ca
commit
d077bcb924
8 changed files with 302 additions and 10 deletions
4
.vim/ftplugin/python.vim
Normal file
4
.vim/ftplugin/python.vim
Normal file
|
@ -0,0 +1,4 @@
|
|||
set tabstop=8
|
||||
set expandtab
|
||||
set shiftwidth=4
|
||||
set softtabstop=4
|
Loading…
Add table
Add a link
Reference in a new issue