mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-22 10:02:58 +00:00
fix: remove pipe from surroundingPairs
Closes https://github.com/rust-analyzer/rust-analyzer/issues/11192
This commit is contained in:
parent
8be2be8c79
commit
c18ee35ce8
1 changed files with 1 additions and 2 deletions
|
@ -28,8 +28,7 @@
|
||||||
["(", ")"],
|
["(", ")"],
|
||||||
["<", ">"],
|
["<", ">"],
|
||||||
["\"", "\""],
|
["\"", "\""],
|
||||||
["'", "'"],
|
["'", "'"]
|
||||||
["|", "|"]
|
|
||||||
],
|
],
|
||||||
"indentationRules": {
|
"indentationRules": {
|
||||||
"increaseIndentPattern": "^.*\\{[^}\"']*$|^.*\\([^\\)\"']*$",
|
"increaseIndentPattern": "^.*\\{[^}\"']*$|^.*\\([^\\)\"']*$",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue