Skip to content

Commit

Permalink
Missing from #1442 - warning in changelog that .editorconfig will g…
Browse files Browse the repository at this point in the history
…et picked up which will change formatting result
  • Loading branch information
nedtwigg committed Jan 9, 2023
1 parent d507c39 commit 774ba37
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugin-gradle/CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (

## [Unreleased]
### Added
* Add option `editorConfigFile` for `ktLint` [#142](https://github.com/diffplug/spotless/issues/142)
* **POTENTIALLY BREAKING** `ktlint` step now supports `.editorconfig` ([#1442](https://github.com/diffplug/spotless/pull/1442) implements [#142](https://github.com/diffplug/spotless/issues/142))
* 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.
* 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))
### Fixed
* 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))
Expand Down

0 comments on commit 774ba37

Please sign in to comment.