small readme changes

This commit is contained in:
Sebastian DiLorenzo 2016-08-10 10:42:36 +02:00
parent 1bc8d13f93
commit 0374217846
2 changed files with 2 additions and 1 deletions

View File

@ -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) |

View File

@ -251,6 +251,7 @@
"pretty diff",
"pug beautify",
"puppet-lint",
"r",
"remark",
"rubocop",
"ruby beautify",