v2.5.0-RC2
Pull Requests
- Binpack literals: allow simple expressions, too (#1902) @kitbellew
- FormatWriter: fix indent for complex interpolation (#1901) @kitbellew
- RedundantParens: support additional patterns (#1897) @kitbellew
- BinPack: allow single-line formatting of literals (#1900) @kitbellew
- #1627 [21]: Router: improve source=fold formatting of val/def (#1899) @kitbellew
- AvoidInfix: correctly determine when to wrap LHS (#1898) @kitbellew
- #1627 [20]: Router bugfix: binPack call rules: overflow, dangling parens (#1894) @kitbellew
- FormatOps: fix infix indent if followed by comment (#1893) @kitbellew
- Router: force indent before comment, not break (#1891) @kitbellew
- RedundantBraces: exclude nested partial function (#1890) @kitbellew
- Router: indent comments in the middle of a select (#1888) @kitbellew
- Presets: automatically decode all config builtins (#1886) @kitbellew
- ScalafmtConfig: move default40 into the test suite (#1885) @kitbellew
- FormatBenchmark: fix, use the correct parameter (#1884) @kitbellew
- Documentation: clarify glob pattern in the example (#1883) @kitbellew
- [docs] Pipe Bash script to Bash, not sh (#1880) @bsolomon1124
- Docs: Assembling and Executing New CLI Artifacts (#1879) @aarsenij
- Fix literals.double example (#1878) @xavierguihot