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

View File

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