mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-14 02:49:40 +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
@ -28,8 +28,7 @@
|
|||||||
["(", ")"],
|
["(", ")"],
|
||||||
["<", ">"],
|
["<", ">"],
|
||||||
["\"", "\""],
|
["\"", "\""],
|
||||||
["'", "'"],
|
["'", "'"]
|
||||||
["|", "|"]
|
|
||||||
],
|
],
|
||||||
"indentationRules": {
|
"indentationRules": {
|
||||||
"increaseIndentPattern": "^.*\\{[^}\"']*$|^.*\\([^\\)\"']*$",
|
"increaseIndentPattern": "^.*\\{[^}\"']*$|^.*\\([^\\)\"']*$",
|
||||||
|
Loading…
Reference in New Issue
Block a user