Skip to content

Commit

Permalink
Enable Prettier in json-mode
Browse files Browse the repository at this point in the history
  • Loading branch information
raxod502 committed Nov 7, 2020
1 parent 23ee6b5 commit 8a1e684
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog].

## Unreleased
### Enhancements
* Prettier is now enabled in `json-mode`.

### Bugs fixed
* Prettier now respects `.prettierignore` ([#21]).

Expand Down
1 change: 1 addition & 0 deletions apheleia.el
Original file line number Diff line number Diff line change
Expand Up @@ -475,6 +475,7 @@ commands, lists of strings and symbols, in the format of
(go-mode . gofmt)
(js-mode . prettier)
(js3-mode . prettier)
(json-mode . prettier)
(html-mode . prettier)
(python-mode . black)
(sass-mode . prettier)
Expand Down

0 comments on commit 8a1e684

Please sign in to comment.