mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-12 05:08:52 +00:00
Merge #11310
11310: fix: remove pipe from surroundingPairs r=lnicola a=chrisprice Closes https://github.com/rust-analyzer/rust-analyzer/issues/11192 Co-authored-by: Chris Price <price.c@gmail.com>
This commit is contained in:
commit
ac8806df08
1 changed files with 1 additions and 2 deletions
|
@ -28,8 +28,7 @@
|
|||
["(", ")"],
|
||||
["<", ">"],
|
||||
["\"", "\""],
|
||||
["'", "'"],
|
||||
["|", "|"]
|
||||
["'", "'"]
|
||||
],
|
||||
"indentationRules": {
|
||||
"increaseIndentPattern": "^.*\\{[^}\"']*$|^.*\\([^\\)\"']*$",
|
||||
|
|
Loading…
Reference in a new issue