Skip to content

Commit 4685ac2

Browse files
authored
Add Sort Members functionality to Eclipse formatter (#2312)
2 parents 1769779 + f1a9749 commit 4685ac2

29 files changed

+1610
-45
lines changed

CHANGES.md

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (
1212
## [Unreleased]
1313
### Changed
1414
* Bump default `ktlint` version to latest `1.3.0` -> `1.4.0`. ([#2314](https://github.com/diffplug/spotless/pull/2314))
15+
* Add _Sort Members_ feature based on [Eclipse JDT](plugin-gradle/README.md#eclipse-jdt) implementation. ([#2312](https://github.com/diffplug/spotless/pull/2312))
1516
* Bump default `jackson` version to latest `2.18.0` -> `2.18.1`. ([#2319](https://github.com/diffplug/spotless/pull/2319))
1617
* Bump default `ktfmt` version to latest `0.52` -> `0.53`. ([#2320](https://github.com/diffplug/spotless/pull/2320)
1718

lib-extra/build.gradle

-1
Original file line numberDiff line numberDiff line change
@@ -95,4 +95,3 @@ spotbugs {
9595
// LOW|MEDIUM|DEFAULT|HIGH (low = sensitive to even minor mistakes).
9696
reportLevel = com.github.spotbugs.snom.Confidence.valueOf('LOW')
9797
}
98-

0 commit comments

Comments
 (0)