LuaFormatter
LuaFormatter copied to clipboard
yaml-cpp: error at line 24, column 21: bad conversion
I get the error yaml-cpp: error at line 24, column 21: bad conversion
on Ubuntu 20.04 from the luarocks version and building from source from the repo.
I meet the same issue on macOS10.15.5 with the commmand git clone --recurse-submodules https://github.com/Koihik/LuaFormatter.git cd LuaFormatter cmake . make make install
Any updates on this one? I'm having the same issue
Ubuntu 20.04 luarocks, the same…
I hit this after copy-pasting the default .lua-format
from the readme into my project - it seems to be caused by the line:
column_table_limit: column_limit
Removing that line fixes this for now, and maybe hints at what the underlying issue is?