diff options
author | Thibault Vatter <thibault.vatter@gmail.com> | 2019-04-23 14:44:26 -0400 |
---|---|---|
committer | w0rp <w0rp@users.noreply.github.com> | 2019-04-23 19:44:26 +0100 |
commit | ce0b14979ea7429f07b6ca496333f72d93a8d013 (patch) | |
tree | 337a94162284dac87f87e155a27e5837ec3435ea /supported-tools.md | |
parent | 893ac34cca903df14dabee7bdee7a018675c16d4 (diff) | |
download | ale-ce0b14979ea7429f07b6ca496333f72d93a8d013.zip |
Add a fixer for r based on the styler package (#2401)
* Add styler as a new fixer for R files
* Add to the list of supported tools
* Add documentation
Diffstat (limited to 'supported-tools.md')
-rw-r--r-- | supported-tools.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/supported-tools.md b/supported-tools.md index 59f8b082..7768d699 100644 --- a/supported-tools.md +++ b/supported-tools.md @@ -366,6 +366,7 @@ formatting. * [qmllint](https://github.com/qt/qtdeclarative/tree/5.11/tools/qmllint) * R * [lintr](https://github.com/jimhester/lintr) + * [styler](https://github.com/r-lib/styler) * Racket * [raco](https://docs.racket-lang.org/raco/) * ReasonML |