PHP-Indenting-for-VIm
PHP-Indenting-for-VIm copied to clipboard
The official VIm indent script for PHP
Fixes issue with git clone.
* I am not sure how to reproduce it, but sometimes, vim hangs on GetLastRealCodeLNum * Version: 1.72 Here is the profile I captured, not sure if this helps: ```...
Hi. There's a case where the indentation is not what I would expect. For example, I get the following indentation: ``` a( b( c( ) ) ) ``` But I...
Hello, Indenting is missed on multi-line variable assignment, eg. for something like this I would expect the second and third line to indent: ``` $sql = "select something " ....