LuaFormatter
LuaFormatter copied to clipboard
.lua-format file only detected if in root of C or in target file directory
Formatting a file on my D drive, the only places I could get the .lua-format file to take effect were directly in the C drive root or in the same folder as the file I was formatting. It doesn't appear to search up the parent line from the target file as the docs say it should.
My guess is that it's searching up from the working directory of the running program, rather than from the location of the lua file being formatted.