stylua 0.4.0

A code formatter for Lua
Documentation
1
2
3
4
5
6
7
8
9
--[[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