Subject: | option to not space block comments at the top of a block |
So far i'm pretty happy with the default settings,
but I wish i could have slightly more control over the spacing of block
comments:
block {
# comment
becomes
block {
# comment
Normally I like having a blank line above a block comment
but immediately inside of a block (already indented)
it seems unnecessary to me.
I wish there was an option for
--blanks-before-comments-except-immediately-inside-block or
--no-blank-immediately-inside-block or something like that.
My current workaround is to simply set --no-blanks-before-comments
because I usually space my comments anyway...
this way new ones don't get introduced where i don't want them.