You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: plugin-maven/CHANGES.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (
5
5
## [Unreleased]
6
6
### Added
7
7
* Add option `editorConfigFile` for `ktLint`[#142](https://github.com/diffplug/spotless/issues/142)
8
-
***POTENTIALLY BREAKING**`ktlint` step now modifies license headers. Make sure to put `licenseHeader`*after*`ktlint`.
8
+
***POTENTIALLY BREAKING**`ktlint` step now modifies license headers. Make sure to put `licenseHeader`*after*`ktlint`.
9
9
* Added `skipLinesMatching` option to `licenseHeader` to support formats where license header cannot be immediately added to the top of the file (e.g. xml, sh). ([#1441](https://github.com/diffplug/spotless/pull/1441))
10
10
* Add JSON support ([#1446](https://github.com/diffplug/spotless/pull/1446))
11
11
* Add YAML support through Jackson ([#1478](https://github.com/diffplug/spotless/pull/1478))
0 commit comments