lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On 20/06/2019 01.46, Jose  Angel Vazquez wrote:
> Greetings,
> 
> What is the best option for Lua coding standards in order to perform a code review in an oncoming project?
> 
> Thanks in advance

I mostly agree with "Olivine Labs Lua Style Guide",
https://github.com/Olivine-Labs/lua-style-guide

-- Martin