Skip to content

Commit 774ba37

Browse files
committed
Missing from #1442 - warning in changelog that .editorconfig will get picked up which will change formatting result
1 parent d507c39 commit 774ba37

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

plugin-gradle/CHANGES.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (
44

55
## [Unreleased]
66
### Added
7-
* Add option `editorConfigFile` for `ktLint` [#142](https://github.com/diffplug/spotless/issues/142)
7+
* **POTENTIALLY BREAKING** `ktlint` step now supports `.editorconfig` ([#1442](https://github.com/diffplug/spotless/pull/1442) implements [#142](https://github.com/diffplug/spotless/issues/142))
8+
* If the root project has a file `.editorconfig` it will be picked up by default, if you don't want that, add `ktlint().setEditorConfigPath(null)` to override the default.
89
* 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))
910
### Fixed
1011
* Prevent tool configurations from being resolved outside project ([#1447](https://github.com/diffplug/spotless/pull/1447) fixes [#1215](https://github.com/diffplug/spotless/issues/1215))

0 commit comments

Comments
 (0)