-
-
Notifications
You must be signed in to change notification settings - Fork 384
Closed
Labels
bugSomething isn't workingSomething isn't working
Milestone
Description
Describe the bug
When expanding an inline function some unusual formatting occurs.
To Reproduce
Steps to reproduce the behavior:
- Begin with code such as:
function f() end
function g()
-- stuff
end
- Expand function
f
by inserting a new line in the body. - Code reformats to something like
function f()
end
function g()
-- stuff
end
Expected behavior
Consuming the blank line and inserting so much blank space in the function body is unexpected. I would expect some formatting similar to:
function f()
end
function g()
-- stuff
end
Environment (please complete the following information):
- OS: Ubuntu
- Client: VSCode
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working