small readme changes
This commit is contained in:
parent
1bc8d13f93
commit
0374217846
|
@ -89,7 +89,7 @@ See [all supported options in the documentation at `docs/options.md`](https://g
|
|||
| Python | `Python` |`.py` | [`autopep8`](https://github.com/hhatto/autopep8) (Default), [`yapf`](https://github.com/google/yapf) |
|
||||
| Riot.js | `Riot.js`, `HTML (Riot Tag)` |`.tag` | [`Pretty Diff`](https://github.com/prettydiff/prettydiff) (Default) |
|
||||
| Ruby | `Ruby`, `Ruby on Rails` |`.rb` | [`Rubocop`](https://github.com/bbatsov/rubocop) (Default), [`Ruby Beautify`](https://github.com/erniebrodeur/ruby-beautify) |
|
||||
| R | `R` |`.r` | [`R`](https://cran.r-project.org/) (Default) |
|
||||
| R | `R` |`.r` | [`formatR`](https://github.com/yihui/formatR) (Default) |
|
||||
| Rust | `Rust` |`.rs`, `.rlib` | [`rustfmt`](https://github.com/nrc/rustfmt) (Default) |
|
||||
| Sass | `Sass` |`.sass` | [`CSScomb`](https://github.com/csscomb/csscomb.js), [`Pretty Diff`](https://github.com/prettydiff/prettydiff) (Default) |
|
||||
| SCSS | `SCSS` |`.scss` | [`CSScomb`](https://github.com/csscomb/csscomb.js), [`Pretty Diff`](https://github.com/prettydiff/prettydiff) (Default) |
|
||||
|
|
|
@ -251,6 +251,7 @@
|
|||
"pretty diff",
|
||||
"pug beautify",
|
||||
"puppet-lint",
|
||||
"r",
|
||||
"remark",
|
||||
"rubocop",
|
||||
"ruby beautify",
|
||||
|
|
Loading…
Reference in New Issue