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.