stylua 0.4.0

A code formatter for Lua
Documentation
1
2
3
4
5
6
7
8
9
10
function foo()
    function bar()
        function baz()
            --[[
                comment
            ]]
            local x = 1
        end
    end
end