aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2015-07-16 22:12:14 +0200
committerJohannes Löthberg <johannes@kyriasis.com>2015-07-16 22:12:14 +0200
commitc368a0bebb20fb19fa7435c14cf6f2d7a89768fd (patch)
tree0142fedffa3cd9fd91d4521e28cd230396115653
parent33341730705889167c7b5feac669add7e5280972 (diff)
downloaddotfiles-c368a0bebb20fb19fa7435c14cf6f2d7a89768fd.tar.xz
vim: Add custom python settings
-rw-r--r--vim/after/ftplugin/python.vim4
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