From e0db21381a536a32a47a4009b6f1336403c9ece7 Mon Sep 17 00:00:00 2001 From: Lazar Bulovan Date: Thu, 19 Feb 2026 11:24:45 +0100 Subject: [PATCH] docs(README): clarify formatter attribute collapsing behavior --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 77f7210..18e59e0 100644 --- a/README.md +++ b/README.md @@ -155,7 +155,7 @@ statCounter{...} : Int; - Use `xae` to expand all blocks in buffer - Use `xac` to collapse all blocks -The formatter also supports automatic collapsing via `collapseAttributes` option. +**Note:** The formatter has automatic collapsing disabled by default to preserve compatibility with the toggle feature. Format with `:LspSCLFormat` first, then use `:SCLCollapseAllAttrBlocks` to collapse while preserving the ability to expand later. ## External UDT Support