diff options
| author | Ahmed Abdelhalim <[email protected]> | 2019-11-15 17:10:16 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2019-11-15 17:10:16 +0100 |
| commit | 51b67bb5a07ee3eaab080c14a8b01dc43c52c21f (patch) | |
| tree | e50e9597a1fc692f2bb9da42b697c0f90cac80e3 /after/ftplugin/python.vim | |
| parent | 1ae3ed9d49c2400c5411c0439c975f64d91b70de (diff) | |
Add filetype specific indentations
Diffstat (limited to 'after/ftplugin/python.vim')
| -rw-r--r-- | after/ftplugin/python.vim | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/after/ftplugin/python.vim b/after/ftplugin/python.vim new file mode 100644 index 0000000..e847d12 --- /dev/null +++ b/after/ftplugin/python.vim @@ -0,0 +1,4 @@ +setlocal tabstop=8 +setlocal expandtab +setlocal shiftwidth=4 +setlocal softtabstop=4 |
