diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2015-07-16 22:15:09 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2015-07-16 22:15:09 +0200 |
commit | 5ba04cf4e80b3d914791fc7e6325964746fae80b (patch) | |
tree | 5dffd72b443d4eb765bf08494221db2ed43970fa | |
parent | 1d8d2e1cce5d0f9ed3ad74ae6b92bf480e0069a2 (diff) | |
parent | c368a0bebb20fb19fa7435c14cf6f2d7a89768fd (diff) | |
download | dotfiles-5ba04cf4e80b3d914791fc7e6325964746fae80b.tar.xz |
Merge remote-tracking branch 'origin/master' into zorg
-rw-r--r-- | vim/after/ftplugin/python.vim | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/vim/after/ftplugin/python.vim b/vim/after/ftplugin/python.vim new file mode 100644 index 0000000..2a3d549 --- /dev/null +++ b/vim/after/ftplugin/python.vim @@ -0,0 +1,4 @@ +setlocal shiftwidth=4 +setlocal tabstop=4 +setlocal softtabstop=4 +setlocal expandtab |