mpeterv / luacheck

A tool for linting and static analysis of Lua code.
MIT License
1.91k stars 318 forks source link

[Question] Multiline if-then-else #214

Closed bulseeyeLF closed 3 years ago

bulseeyeLF commented 3 years ago

Is there a way to enforce multi line syntax

if var then
  ...
else
  ...
end

rather than

if var then ... else ...

Tried going over the docs, couldn't find it

bulseeyeLF commented 3 years ago

Closing due to https://github.com/mpeterv/luacheck/issues/198 :(

Will re-post to https://github.com/luarocks/luacheck