Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: scalameta/scalafmt
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.9.2
Choose a base ref
...
head repository: scalameta/scalafmt
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.9.3
Choose a head ref
  • 14 commits
  • 25 files changed
  • 2 contributors

Commits on Feb 28, 2025

  1. release-native: for docker, download .zip

    Follow-on to #4847.
    kitbellew committed Feb 28, 2025
    Configuration menu
    Copy the full SHA
    5740294 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2025

  1. Configuration menu
    Copy the full SHA
    9d77db5 View commit details
    Browse the repository at this point in the history
  2. TreeOps: fix lambda param check a-la fewer-braces

    We don't allow break after `=>` in lambda when the parameter might look
    like a fewer-braces apply. However, if the parameter has an `implicit`,
    there's no danger of that.
    kitbellew committed Mar 4, 2025
    Configuration menu
    Copy the full SHA
    de3f2d5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    be56584 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a6d8350 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c80bebf View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2025

  1. Add working "get started" example (#4855)

    Changes the first example in the configuration example so that it
    includes the mandatory config options, to better serve as a starting
    point for customisation.
    
    We also link to the Configuration section at the top of the
    Installation page, since the Installation documentation serves as a
    "Get started" introduction.
    
    Taken together, this should help new Scala engineers get started with
    Scalafmt.
    adamnfish authored Mar 5, 2025
    Configuration menu
    Copy the full SHA
    4051c97 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2025

  1. Configuration menu
    Copy the full SHA
    56bfafa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f311e38 View commit details
    Browse the repository at this point in the history
  3. Splits: handle braces within if/for/while better

    Previously, we'd assume that a brace within `if` or `while` contains the
    entire condition and let the brace rules handle it; however, this brace
    could enclose only a part of the condition and hence needs to be handled
    differently then.
    
    Additionally, we ignored the danglingParentheses.ctrlSite parameter in
    these cases as well.
    kitbellew committed Mar 6, 2025
    Configuration menu
    Copy the full SHA
    6add804 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a86abb5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    90f0dc9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    958259f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    debdf9a View commit details
    Browse the repository at this point in the history
Loading