stylua 0.1.0-alpha

A code formatter for Lua
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
--[[
	Testing this
]]
local function foo(bar, baz)
	print(bar, baz)
end -- this is a nice function
local test = {} -- this comment should stay

local y = foo
-- comment line 1
-- comment line 2, should not be split from above comment
local x = test