fix: remove pipe from surroundingPairs

Closes https://github.com/rust-analyzer/rust-analyzer/issues/11192
This commit is contained in:
Chris Price 2022-01-17 20:08:39 +00:00 committed by GitHub
parent 8be2be8c79
commit c18ee35ce8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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