Closed dubalda closed 1 hour ago
Hm, this does look like line endings changing for some reason. Which is weird, since I don't think we touched that at all.
Do you by any chance have an example file I can test this with? Either in a public repo, or attaching a code file here (not in a code block since we need to preserve the line endings)
Yes, sure
I tried to run it both from Windows and from Docker for Windows
stylua.exe --line-endings Windows --check .
stylua.exe --line-endings Unix --check .
The result is the same, it gives errors in all files. Example of the first two files
After reverting to 0.20.0 the results became normal again