mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2026-04-17 21:24:52 +00:00
Merge #9993
9993: feat: join lines merges assignments r=matklad a=unexge Closes https://github.com/rust-analyzer/rust-analyzer/issues/9967.  Co-authored-by: unexge <unexge@gmail.com>
This commit is contained in:
@@ -318,6 +318,11 @@ Join lines removes trailing commas.
|
||||
--
|
||||
Join lines unwraps trivial blocks.
|
||||
--
|
||||
[[rust-analyzer.joinLines.joinAssignments]]rust-analyzer.joinLines.joinAssignments (default: `true`)::
|
||||
+
|
||||
--
|
||||
Join lines merges consecutive declaration and initialization of an assignment.
|
||||
--
|
||||
[[rust-analyzer.lens.debug]]rust-analyzer.lens.debug (default: `true`)::
|
||||
+
|
||||
--
|
||||
|
||||
Reference in New Issue
Block a user