diff options
| author | mo khan <mo@mokhan.ca> | 2021-07-29 23:18:20 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2021-07-29 23:18:20 -0600 |
| commit | df19119e54a84d6816f732133ab71323933f56fc (patch) | |
| tree | 1dcc0667ac0202bf6991eee0543ac5af81d67a8c /ftplugin/python.vim | |
| parent | 74d1e09c2402d191d1f2dd4b6eff6be0e5b7b22a (diff) | |
remove leading whitespace
Diffstat (limited to 'ftplugin/python.vim')
| -rw-r--r-- | ftplugin/python.vim | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ftplugin/python.vim b/ftplugin/python.vim index 52fbf09..f19a300 100644 --- a/ftplugin/python.vim +++ b/ftplugin/python.vim @@ -1,3 +1,3 @@ - " \c comment out line. - nnoremap <buffer> <localleader>c I# <esc> - setlocal softtabstop=4 tabstop=4 shiftwidth=4 +" \c comment out line. +nnoremap <buffer> <localleader>c I# <esc> +setlocal softtabstop=4 tabstop=4 shiftwidth=4 |
