From ab93d2e77e260a49837821b64937d6547f7ba35d Mon Sep 17 00:00:00 2001 From: gowerc Date: Sun, 17 May 2020 17:03:16 +0100 Subject: [PATCH] supress auto-opening quote in roxygen comment --- r-configuration.json | 1 + 1 file changed, 1 insertion(+) diff --git a/r-configuration.json b/r-configuration.json index a7b01f156..de5fe4b0b 100644 --- a/r-configuration.json +++ b/r-configuration.json @@ -8,6 +8,7 @@ ["(", ")"] ], "autoClosingPairs": [ + ["#'", ""], ["{", "}"], ["[", "]"], ["(", ")"],