LuaFormatter icon indicating copy to clipboard operation
LuaFormatter copied to clipboard

.lua-format file only detected if in root of C or in target file directory

Open dt192 opened this issue 2 years ago • 0 comments

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.

dt192 avatar May 25 '23 22:05 dt192