Description:

"""
An opinionated code formatter for Lua 5.1, 5.2, 5.3, 5.4 and Luau,
built using full-moon. StyLua is inspired by the likes of prettier,
it parses your Lua codebase, and prints it back out from scratch,
enforcing a consistent code style.

StyLua mainly follows the Roblox Lua Style Guide, with a few
deviations.
"""

GitHub: https://github.com/JohnnyMorganz/StyLua


This was easy enough to port, nothing interesting to say really.
Tests run and pass. Tested runtime by using the formatter.nvim
plugin.
https://github.com/mhartington/formatter.nvim

Suggestions/OKs?

Attachment: devel-stylua.tgz
Description: application/tar-gz

Reply via email to