+3
Move trailing brace up to when code folding
Just a minor nitpick, but this example:
while(1) {
doSomething();
somethingElse();
}
folds to this:
while(1) { ...
}
I'd prefer that the closing brace moved up to the folded line. Not being able to fold a single nested line is also a bit annoying, but I believe that has already been reported.
Customer support service by UserEcho
http://sublimetext.userecho.com/topic/118213-remove-empty-lines-when-a-block-of-code-is-folded/