diff options
Diffstat (limited to 'vim.dot.link/ftplugin/python.vim')
-rw-r--r-- | vim.dot.link/ftplugin/python.vim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vim.dot.link/ftplugin/python.vim b/vim.dot.link/ftplugin/python.vim new file mode 100644 index 0000000..3e27472 --- /dev/null +++ b/vim.dot.link/ftplugin/python.vim @@ -0,0 +1,2 @@ +" Python +set autoindent smartindent tabstop=4 softtabstop=4 shiftwidth=4 expandtab |