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
End-of-line comments at the beginning of a block of statements are formatted with a line break. This may be mandatory, as I haven't found a setting for it anywhere.
For example, the following code
localfunctiona () -- 1endiftruethen-- 2elseend
would be formatted as
localfunctiona ()
-- 1endiftruethen-- 2elseend
The text was updated successfully, but these errors were encountered:
Environment
Preferences
Lua
Desc
End-of-line comments at the beginning of a block of statements are formatted with a line break. This may be mandatory, as I haven't found a setting for it anywhere.
For example, the following code
would be formatted as
The text was updated successfully, but these errors were encountered: