mirror of
https://github.com/vale981/apheleia
synced 2025-03-06 01:51:41 -05:00
21 lines
306 B
Lua
21 lines
306 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'
|