aboutsummaryrefslogtreecommitdiff
path: root/apheleia-formatters.el
diff options
context:
space:
mode:
Diffstat (limited to 'apheleia-formatters.el')
-rw-r--r--apheleia-formatters.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/apheleia-formatters.el b/apheleia-formatters.el
index 581a9a1..e847716 100644
--- a/apheleia-formatters.el
+++ b/apheleia-formatters.el
@@ -174,6 +174,8 @@
(robotidy . ("robotidy" "--no-color" "-"
(apheleia-formatters-indent nil "--indent")
(apheleia-formatters-fill-column "--line-length")))
+ (r-styler . ("R" "--no-echo" "--no-save" "--no-restore" "-e"
+ "styler::style_text(readLines(file('stdin')))"))
(python3-json
. ("python3" "-m" "json.tool"
(apheleia-formatters-indent "--tab" "--indent")))