We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7caeec6 commit 8da7c5fCopy full SHA for 8da7c5f
crates/lua_fmt/test_data/inputs/excess-parentheses.lua.snap
@@ -7,7 +7,7 @@ local z = (...) == nil and foo or bar
7
local foo = not (bar and baz)
8
local bar = #bar and baz
9
local cond = condition and (not object or object.Value == y)
10
-local baz = (-4 + 3) * 2;
+local baz = (-4 + 3) * 2
11
12
({}):foo();
13
("hello"):format()
0 commit comments