Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ If you want to contribute to this list (please do), send me a pull request or co
- [PHP](#php)
- [PL/SQL](#plsql)
- [Python](#python)
- [R](#r)
- [Ruby](#ruby)
- [Shell](#shell)
- [VBS](#vbs)
Expand Down Expand Up @@ -107,6 +108,10 @@ If you want to contribute to this list (please do), send me a pull request or co
* [pindent](http://svn.python.org/projects/python/trunk/Tools/scripts/pindent.py) - Adds comments when blocks are closed, or can properly indent code if comments are put in.
* [yapf](https://github.com/google/yapf) - A formatter for Python files.

#### R

* [styler](https://styler.r-lib.org/) - Beautifier for R and rmarkdown code written in R.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it Rmarkdown or rmarkdown or R markdown?


#### Ruby

* [Ruby Script Beautifier](http://www.arachnoid.com/ruby/rubyBeautifier.html) - Beautifier written in Ruby.
Expand Down