You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First hunch is line length checking... at first glance it doesn't seem easy to fix without a performance impact (or breaking files with mixed line endings)
If the file uses
CRLF
as line endings, the lua-fmt gives this formatting:When the file uses LF, the output is as follows:
Obs: renaming
words
towordsss
, the output is then consistent no matter the line endings:Running lua-fmt via vscode-lua 0.12.4
The text was updated successfully, but these errors were encountered: