docs(README): clarify formatter attribute collapsing behavior

This commit is contained in:
2026-02-19 11:24:45 +01:00
parent 5b89157790
commit 313f5035ee
+1 -1
View File
@@ -155,7 +155,7 @@ statCounter{...} : Int;
- Use `<Leader>xae` to expand all blocks in buffer
- Use `<Leader>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