stylua 0.2.0

A code formatter for Lua
Documentation
1
2
3
for i, v in pairs(table) do
	print(i, v)
end