apheleia/test/formatters/samplecode/stylua/out.lua
2022-06-20 14:21:27 -07:00

22 lines
281 B
Lua

too_many_spaces = true
-- stylua: ignore
local function foo ()
return 1,
2,
3
end
local many, vars = function()
return true
end
local function what_indent()
noindent = true
if noindent then
x = false
end
return x
end
local y = "Double quotes are used"