From f2a4c682bdff09daeee433335fc07af262126603 Mon Sep 17 00:00:00 2001 From: robinlovelace Date: Mon, 29 Apr 2024 19:41:10 +0100 Subject: [PATCH] Add Rprofile, testing for https://github.com/REditorSupport/languageserver/issues/664 --- .Rprofile | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .Rprofile diff --git a/.Rprofile b/.Rprofile new file mode 100644 index 0000000..75aca08 --- /dev/null +++ b/.Rprofile @@ -0,0 +1,3 @@ +options(languageserver.formatting_style = function(options) { + styler.equals::equals_style(scope = "indention", indent_by = options$tabSize) +}) \ No newline at end of file