Add prettier-ruby (#49)

Co-authored-by: Radon Rosborough <radon.neon@gmail.com>
This commit is contained in:
Justin Smestad 2021-10-03 12:18:03 -06:00 committed by GitHub
parent a1e8462dd3
commit 8b9d576f2f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 7 deletions

View file

@ -6,13 +6,17 @@ The format is based on [Keep a Changelog].
## Unreleased
### Formatters
* [ClangFormat](https://clang.llvm.org/docs/ClangFormat.html) for
C/C++,
[`google-java-format`](https://github.com/google/google-java-format)
for Java, [latexindent](https://ctan.org/pkg/latexindent?lang=en)
for [LaTeX](https://www.latex-project.org/), and
[rustfmt](https://github.com/rust-lang/rustfmt) for
[Rust](https://www.rust-lang.org/) ([#24]).
* [Mix format](https://hexdocs.pm/mix/1.12/Mix.Tasks.Format.html) for Elixir
C/C++
* [`google-java-format`](https://github.com/google/google-java-format)
for Java
* [latexindent](https://ctan.org/pkg/latexindent?lang=en) for
[LaTeX](https://www.latex-project.org/)
* [rustfmt](https://github.com/rust-lang/rustfmt) for
[Rust](https://www.rust-lang.org/) ([#24])
* [`mix format`](https://hexdocs.pm/mix/1.12/Mix.Tasks.Format.html)
for Elixir ([#48])
* [`@prettier/plugin-ruby`](https://github.com/prettier/plugin-ruby)
for Ruby ([#49])
### Bugs fixed
* Fix spelling error in generated process names ([#32]).
@ -27,6 +31,8 @@ The format is based on [Keep a Changelog].
[#30]: https://github.com/raxod502/apheleia/issues/30
[#32]: https://github.com/raxod502/apheleia/pull/32
[#39]: https://github.com/raxod502/apheleia/issues/39
[#48]: https://github.com/raxod502/apheleia/pull/48
[#49]: https://github.com/raxod502/apheleia/pull/49
## 1.1.2 (released 2021-02-26)
### Enhancements

View file

@ -501,6 +501,7 @@ commands, lists of strings and symbols, in the format of
(latex-mode . latexindent)
(LaTeX-mode . latexindent)
(python-mode . black)
(ruby-mode . prettier)
(rustic-mode . rustfmt)
(rust-mode . rustfmt)
(sass-mode . prettier)