Replies: 2 comments
-
you can set |
Beta Was this translation helpful? Give feedback.
0 replies
-
Excellent. It Works!! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
LuaLS is extremely fantastic, but currently I have one frustration.
With format-on-save I can't get it to retain blank lines before 'else' or 'elseif', which would help me to break blocks of code containing multiple if/then/else/elseif/end like:
Ideally i would be able to control if I can have blanks lines above 'else' or 'elseif' - like below:
I am already using the
line_space_after_if_statement
type declarations.Beta Was this translation helpful? Give feedback.
All reactions