summaryrefslogtreecommitdiff
path: root/ftplugin/python.vim
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2021-07-29 23:18:20 -0600
committermo khan <mo@mokhan.ca>2021-07-29 23:18:20 -0600
commitdf19119e54a84d6816f732133ab71323933f56fc (patch)
tree1dcc0667ac0202bf6991eee0543ac5af81d67a8c /ftplugin/python.vim
parent74d1e09c2402d191d1f2dd4b6eff6be0e5b7b22a (diff)
remove leading whitespace
Diffstat (limited to 'ftplugin/python.vim')
-rw-r--r--ftplugin/python.vim6
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