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:
bors[bot] 2022-01-18 07:55:56 +00:00 committed by GitHub
commit ac8806df08
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,8 +28,7 @@
["(", ")"], ["(", ")"],
["<", ">"], ["<", ">"],
["\"", "\""], ["\"", "\""],
["'", "'"], ["'", "'"]
["|", "|"]
], ],
"indentationRules": { "indentationRules": {
"increaseIndentPattern": "^.*\\{[^}\"']*$|^.*\\([^\\)\"']*$", "increaseIndentPattern": "^.*\\{[^}\"']*$|^.*\\([^\\)\"']*$",