You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enforce consistent newlines between top level declarations. This is for the space between declarations, and does not affect newlines at start of file or end of file.
The option should be called: interDeclarationSpacing
and it'll have:
"original" - don't change anything
a number represents the number of newlines that should be enforce between each declaration
When enabled, it will:
enforce exactly 1 empty line between each declaration
groups of comments should be included without newlines inside of them
comments right before a declaration (function, etc) should be right next to the function.
collapse multiple newlines into single newline
add newlines when missing
When enforcing
The text was updated successfully, but these errors were encountered:
Enforce consistent newlines between top level declarations. This is for the space between declarations, and does not affect newlines at start of file or end of file.
The option should be called:
interDeclarationSpacing
and it'll have:
When enabled, it will:
When enforcing
The text was updated successfully, but these errors were encountered: