-
-
Notifications
You must be signed in to change notification settings - Fork 391
Closed
Description
How are you using the lua-language-server?
NeoVim
Which OS are you using?
Linux
What is the issue affecting?
Formatting
Expected Behaviour
Do not copy comment before shebang
Actual Behaviour
Copy comment before shebang
Reproduction steps
I had such file:
#!/usr/bin/lua
local function test(x)
return
--comment
x == 1 or
x == 2
end
when i write file LSP adds copy of comment before shebang
--comment
#!/usr/bin/lua
local function test(x)
return
--comment
x == 1 or
x == 2
end
Additional Notes
No response
Log File
No response
Metadata
Metadata
Assignees
Labels
No labels