Have a file bug.lua in the editor:
What steps will reproduce the issue?
- Press Ctrl+Alt+L to format the file
What is the expected result?
Nothing happens since the file already looks fine.
What happens instead?
A space is added between the #! and the /usr/bin/lua.
Pressing Ctrl+Alt+L again adds another space, and so on.
Have a file
bug.luain the editor:#! /usr/bin/luaWhat steps will reproduce the issue?
What is the expected result?
Nothing happens since the file already looks fine.
What happens instead?
A space is added between the
#!and the/usr/bin/lua.Pressing Ctrl+Alt+L again adds another space, and so on.