stylua 0.1.0-alpha.3

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