Metalua formatter for vscode. Based on Format Lua.
Open the command pallet and type >Lua Format
to run the formatter.
The extension contains pre-packaged Lua 5.1 binaries for Mac OS, Linux, and Windows. A custom Lua 5.1 path can be specified in the extension settings.
This extension contributes the following settings:
metalua-formatter.customLuaPath
: custom path to Lua 5.1 locationmetalua-formatter.indentSize
: indentation value used to format the file