summaryrefslogtreecommitdiff
path: root/vim/.config/vim/ftplugin/php.vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim/.config/vim/ftplugin/php.vim')
-rw-r--r--vim/.config/vim/ftplugin/php.vim3
1 files changed, 3 insertions, 0 deletions
diff --git a/vim/.config/vim/ftplugin/php.vim b/vim/.config/vim/ftplugin/php.vim
new file mode 100644
index 0000000..00a6a64
--- /dev/null
+++ b/vim/.config/vim/ftplugin/php.vim
@@ -0,0 +1,3 @@
+set expandtab
+set shiftwidth=2
+set softtabstop=2