mirror of
https://github.com/vale981/apheleia
synced 2025-03-04 17:11:40 -05:00
Add prettier-ruby (#49)
Co-authored-by: Radon Rosborough <radon.neon@gmail.com>
This commit is contained in:
parent
a1e8462dd3
commit
8b9d576f2f
2 changed files with 14 additions and 7 deletions
20
CHANGELOG.md
20
CHANGELOG.md
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue