How are you using the lua-language-server?
Visual Studio Code Extension (sumneko.lua)
Which OS are you using?
Linux
What is the issue affecting?
Formatting
Expected Behaviour
A = 1; B = 1;
A = 1; B = 1
Actual Behaviour


Reproduction steps
- Set Lua > Hint: Enable
- Set Lua > Hint: Semicolon -> SameLine
- See error
A; = 1 B = 1
- Set Lua > Hint: Semicolon -> All
- See error
A; = 1 B; = 1
Additional Notes
No response
Log File
No response
How are you using the lua-language-server?
Visual Studio Code Extension (sumneko.lua)
Which OS are you using?
Linux
What is the issue affecting?
Formatting
Expected Behaviour
Actual Behaviour
Reproduction steps
A; = 1 B = 1A; = 1 B; = 1Additional Notes
No response
Log File
No response