Rauno Moisto
Rauno Moisto
For some reason removing precaching worked now. It would be nice if there was an easy way to just disable all precaching.
As a temporary workaround I have reverted to using version 3.2.0.
I have never made a PR on github before and I'm not interested in finding out how it's done at the moment.
229 is not correct, the same code is used for lots of different keys, not just backsapce.
Even if the bug gets fixed, `expand` is still not perfect for this use case. Because braces always start on a new line, even if there is no array around....
I agree that who ever set up the google integration for the project I'm working is an idiot for duplicating everything and that absolutely needs fixing. Still, it was very...
Conflicts with `1.2.x` are now resolved. The main breaking change is the formatted output, especially for all types of `JOIN`s. In my app I rely on the exact output of...
I use this formatter to lint SQL in my project. My linter will look at every string in the project and if it looks like SQL it will apply this...
I think this is ready now. This logic of blocks could be used in the future to give better context for both formatting and highligting. For example in the case...