Tim Dorr
Tim Dorr
Thanks;
This really sounds like something with your build environment that's transforming or affecting the library code to produce unexpected results. I'd go check the build output to see what code...
v3 is no longer supported. It hasn't been substantially worked on in nearly a decade.
Thanks!
I fixed the conflicts, but it looks like there's been enough updates since this PR to require more changes. Let me look into it...
OK, now for the fun part: This was based on `main`, not the `dev` branch (which should be ahead code-wise and is where this should target). I got it fixed...
Switching to #9895 because I can't push to this remote branch anymore. Not Simen's fault, just a GitHub thing.
Thanks!
I would advise against this, for the same reasons that we don't have a formatting check anymore. It becomes a big, annoying barrier to contributions by others who don't set...
Not in `auto` mode. [It just uses whatever the first line of the file uses.](https://prettier.io/docs/en/options.html#end-of-line) Honestly, that's fine because nearly any editor outside of Notepad handles differing linebreak styles automatically....