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
I have do return {} end at top of Lua files as a quick way to disable Lua files by simply commenting/uncommenting the one-liner, but it gets formatted to:
do
return {}
end
What's the best way to handle this? In general, preferred to preserve short lines that involve simple logic like this.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have
do return {} end
at top of Lua files as a quick way to disable Lua files by simply commenting/uncommenting the one-liner, but it gets formatted to:What's the best way to handle this? In general, preferred to preserve short lines that involve simple logic like this.
Beta Was this translation helpful? Give feedback.
All reactions