stylua 0.4.0

A code formatter for Lua
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
local x = {
	"foo", -- comment
	"bar", -- test
	"baz" -- test
}

local foo = {
	MinSize = call(0, 0),
	MaxSize = call(math.huge, 500) -- TODO: Set this up
}

local x = { -- comment
    hello = "world",
    foo = "bar",
}