aboutsummaryrefslogtreecommitdiff
path: root/.vim
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2023-06-10 00:40:48 +0200
committerPatrick Spek <p.spek@tyil.nl>2023-06-10 00:40:48 +0200
commit6a14a0502bb819570be0d70ca03b9d27540bcc98 (patch)
tree9ce91573ebb6169c8fee94cc9631adc0150390d9 /.vim
parentb23fb50be4a231e2567a5379bca89f07275c5eff (diff)
Add indentation rules for php
Diffstat (limited to '.vim')
-rw-r--r--.vim/ftplugin/php.vim3
1 files changed, 3 insertions, 0 deletions
diff --git a/.vim/ftplugin/php.vim b/.vim/ftplugin/php.vim
new file mode 100644
index 0000000..b8df966
--- /dev/null
+++ b/.vim/ftplugin/php.vim
@@ -0,0 +1,3 @@
+set shiftwidth=4
+set tabstop=4
+set expandtab