Anders Hovmöller
Results
542
comments of
Anders Hovmöller
Having used the Elm formatter for many years, it seems crazy that the formatter would ever join lines that use programmer thought were more readable as multiple lines. In the...
@Martin19037 I have this feature implemented here: https://github.com/boxed/ruff/ (with binaries for macOS and windows: https://github.com/boxed/ruff/releases/tag/skip-line-joining-1.0). I tried it myself on my work project that currently is not formatted with ruff...