Add support for lua-format fixer. (#3804)

This commit is contained in:
Mathias Jean Johansen
2021-07-09 16:54:43 +02:00
committed by GitHub
parent 8b73d98baf
commit 1e9f40ff8d
7 changed files with 77 additions and 0 deletions

View File

@@ -294,6 +294,7 @@ formatting.
* LLVM
* [llc](https://llvm.org/docs/CommandGuide/llc.html)
* Lua
* [lua-format](https://github.com/Koihik/LuaFormatter)
* [luac](https://www.lua.org/manual/5.1/luac.html)
* [luacheck](https://github.com/mpeterv/luacheck)
* [luafmt](https://github.com/trixnz/lua-fmt)