Skip to content

Latest commit

 

History

History
18 lines (9 loc) · 615 Bytes

CONTRIBUTING.md

File metadata and controls

18 lines (9 loc) · 615 Bytes

Contributing

This is still a draft and only helps setting up the environment to make it easier to develop.

Setup environment

Visual Studio Code

Install the luacheck VS Code extension (https://marketplace.visualstudio.com/items?itemName=rog2.luacheck).

Format using vscode-lua-format (https://marketplace.visualstudio.com/items?itemName=Koihik.vscode-lua-format).

Command line

Install luacheck (https://github.com/mpeterv/luacheck or luarocks install luacheck)

Install luaformatter (https://github.com/Koihik/LuaFormatter or luarocks install --server=https://luarocks.org/dev luaformatter)