seaofvoices / darklua

A command line tool that transforms Lua code
https://darklua.com/
MIT License
90 stars 12 forks source link

Add beautify code option #124

Closed kaorlol closed 1 year ago

kaorlol commented 1 year ago

Name is explainable

jeparlefrancais commented 1 year ago

There is already a readable code generator, which I created for this reason. Back then there was no awesome Stylua.

I'd recommend to just run stylua on the outputted code if the readable generator is not good enough 🙂