aboutsummaryrefslogtreecommitdiff
path: root/vim/after/indent
diff options
context:
space:
mode:
Diffstat (limited to 'vim/after/indent')
-rw-r--r--vim/after/indent/php.vim5
1 files changed, 5 insertions, 0 deletions
diff --git a/vim/after/indent/php.vim b/vim/after/indent/php.vim
new file mode 100644
index 00000000..c36c7ff1
--- /dev/null
+++ b/vim/after/indent/php.vim
@@ -0,0 +1,5 @@
+" The PHP syntax file's expression-based indenting behaviour annoys me more
+" often than it helps me; turn it off and just use autoindent
+setlocal autoindent
+setlocal indentexpr=
+