From f4f54e53c130dc455f4180aab2fafd0a4ede4978 Mon Sep 17 00:00:00 2001 From: Cheng Lian Date: Mon, 11 Jan 2021 19:10:15 -0800 Subject: [PATCH] Prepare for pre-release v0.5.0-alpha.1 --- README.adoc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index 0dd6d87..06c81ad 100644 --- a/README.adoc +++ b/README.adoc @@ -1,4 +1,4 @@ -:latest-release: 0.4.4 +:latest-release: 0.5.0-alpha.1 ifdef::env-github[] :caution-caption: :construction: @@ -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 <>. ==== Value type @@ -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 <> 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]