2072 / PHP-Indenting-for-VIm

The official VIm indent script for PHP
http://www.2072productions.com/to/phpindent.txt
128 stars 29 forks source link

Indent empty lines #43

Closed jrean closed 9 years ago

jrean commented 9 years ago

Hi,

How to manage empty lines?

if(true) {
    $var = "foo";
// empty line
    $foo = "var";
}

I would like Vim to keep indentation on empty lines. Can you help?

Thank you for your work.

2072 commented 9 years ago

You mean that you want to have spaces/tabs on empty lines? For what reasons would need such a feature?

2072 commented 9 years ago

I'm closing this because no reply... I cannot implement such a feature without a good reason/use scenario.