Empty Line Before and After Multi-Line Statements
Complex multi-line statements are much easier to read when separated by an empty line above and below them. Please add an option to turn on "Empty Line Above/Below Multi-Line Statements".
-
Bryan commented
I see this has sat out there awhile, but I've often wished for this and Completely Agree with this old request!
Currently, statements short enough to meet non-wrapping or collapse requirements easily get lost in white space. But removing all line breaks between statements leaves multi-line statements running together. I find this distinction makes code much easier to read and nicely consolidates down requiring less vertical scrolling.
Could a Multi-Line specification be added as a white space option for line breaks?