Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 801 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 801 Bytes

vscode-metalua-formatter

Metalua formatter for vscode. Based on Format Lua.

Instructions and Keyboard Shortcut

Open the command pallet and type >Lua Format to run the formatter.

Windows: shift+alt+f Mac: shift+option+f Linux: ctrl+shift+i

Requirements

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.

Extension Settings

This extension contributes the following settings:

  • metalua-formatter.customLuaPath: custom path to Lua 5.1 location
  • metalua-formatter.indentSize: indentation value used to format the file

Known Issues

Report them here