mirror of
https://github.com/vale981/apheleia
synced 2025-03-04 17:11:40 -05:00
Enable Prettier in json-mode
This commit is contained in:
parent
23ee6b5b4d
commit
8a1e68441c
2 changed files with 4 additions and 0 deletions
|
@ -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]).
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue