aboutsummaryrefslogtreecommitdiff
path: root/vim/after/indent
Commit message (Collapse)AuthorAgeFilesLines
* Discard PHP's indentingTom Ryder2015-01-151-0/+5
It keeps doing things I don't expect, and the code looks hard to change. autoindent should do the job. I might have a go at writing my own later to handle obvious cases like an opening brace or case statement on the previous line.