scalafmt icon indicating copy to clipboard operation
scalafmt copied to clipboard

Code formatter for Scala

Results 39 scalafmt issues
Sort by recently updated
recently updated
newest added

I can't align def and val on the same token This used to work on previous version, like `3.5.9` NB: this issue follow the discussion [here](https://github.com/scalameta/scalafmt/issues/3464) ## Configuration (required) ##...

help wanted

## About this PR 📦 Updates [org.scala-sbt:sbt](https://github.com/sbt/sbt) from `1.9.9` to `1.10.0` 📜 [GitHub Release Notes](https://github.com/sbt/sbt/releases/tag/v1.10.0) - [Version Diff](https://github.com/sbt/sbt/compare/v1.9.9...v1.10.0) ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve...

early-semver-minor
semver-spec-minor
commit-count:1
library-update
version-scheme:early-semver

## About this PR 📦 Updates * [org.scala-lang:scala-library](https://github.com/scala/scala) * [org.scala-lang:scala-reflect](https://github.com/scala/scala) from `2.13.13` to `2.13.14` 📜 [GitHub Release Notes](https://github.com/scala/scala/releases/tag/v2.13.14) - [Version Diff](https://github.com/scala/scala/compare/v2.13.13...v2.13.14) ## Usage ✅ **Please merge!** I'll automatically update this...

commit-count:1
early-semver-patch
semver-spec-patch
library-update

## Configuration (required) ## ``` align = none align.openParenDefnSite = false align.openParenCallSite = false align.tokens = [] importSelectors = "singleLine" optIn = { configStyleArguments = false } danglingParentheses.preset = false...

## About this PR 📦 Updates [org.scalameta:scalafmt-core](https://github.com/scalameta/scalafmt) from `3.8.2` to `3.8.3` 📜 [GitHub Release Notes](https://github.com/scalameta/scalafmt/releases/tag/v3.8.3) - [Version Diff](https://github.com/scalameta/scalafmt/compare/v3.8.2...v3.8.3) ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve...

early-semver-patch
semver-spec-patch
old-version-remains
library-update
commit-count:n:3

CLI `3.7.17` (latest in nixpkgs) `.scalafmt.conf`: ``` version = "3.8.3" runner.dialect = scala3 ``` `scalafmt` downloads jars when not available. Unfortunately, the `Downloading...` logs appear in stdout. Reproduction: ```bash rm...

## Configuration (required) ## Please paste the **smallest** possible set of `.scalafmt.conf` configuration parameters that reproduces the problem: ``` version = 3.8.3 runner.dialect = scala212 rewrite.rules = [RedundantParens] ``` ##...

Test formatting of open-source community code, similar to how it was done in scalameta, and fix any formatting bugs discovered this way.

## About this PR 📦 Updates [org.scala-sbt:sbt](https://github.com/sbt/sbt) from `1.9.9` to `1.10.1` 📜 [GitHub Release Notes](https://github.com/sbt/sbt/releases/tag/v1.10.1) - [Version Diff](https://github.com/sbt/sbt/compare/v1.9.9...v1.10.1) ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve...

early-semver-minor
semver-spec-minor
commit-count:1
library-update
version-scheme:early-semver

Related https://github.com/scalameta/scalafmt/issues/3542