Skip to content

Commit

Permalink
Add prettier-ruby (#49)
Browse files Browse the repository at this point in the history
Co-authored-by: Radon Rosborough <radon.neon@gmail.com>
  • Loading branch information
jsmestad and raxod502 authored Oct 3, 2021
1 parent a1e8462 commit 8b9d576
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 7 deletions.
20 changes: 13 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]).
Expand All @@ -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
Expand Down
1 change: 1 addition & 0 deletions apheleia.el
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 8b9d576

Please sign in to comment.