Skip to content
This repository has been archived by the owner on Jul 14, 2023. It is now read-only.

Commit

Permalink
Prepare for pre-release v0.5.0-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
liancheng committed Jan 12, 2021
1 parent 8572df6 commit f4f54e5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
:latest-release: 0.4.4
:latest-release: 0.5.0-alpha.1

ifdef::env-github[]
:caution-caption: :construction:
Expand Down Expand Up @@ -106,6 +106,8 @@ OrganizeImports {
[[blank-lines]]
=== `blankLines`

Available since v0.5.0-alpha.1.

Configures whether blank lines between adjacent import groups are automatically or manually inserted. This option is used together with the <<blank-line-marker, `---` blank line markers>>.

==== Value type
Expand Down Expand Up @@ -803,6 +805,8 @@ OrganizeImports.groups = ["re:javax?\\.", "scala."]
A blank line marker::
+
--
Available since v0.5.0-alpha.1.

A blank line marker, `"---"`, defines a blank line between two adjacent import groups when <<blank-lines, `blankLines`>> is set to `Manual`. It is ignored when `blankLines` is `Auto`. Leading and trailing blank line markers are always ignored. Multiple consecutive blank line markers are treated as a single one. So the following three configurations are all equivalent:

[source,hocon]
Expand Down

0 comments on commit f4f54e5

Please sign in to comment.