apheleia/test/formatters/samplecode/stylua/in.lua

21 lines
306 B
Lua
Raw Normal View History

2022-06-21 06:21:27 +09:00
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'