Add prettier as a formatter
This commit is contained in:
parent
3e58c64014
commit
782f3e4b10
2 changed files with 7 additions and 0 deletions
|
@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com), but adapt
|
||||||
|
|
||||||
Instead of grouping changes by tag, they are grouped by the date they are released.
|
Instead of grouping changes by tag, they are grouped by the date they are released.
|
||||||
|
|
||||||
|
## 18th December 2023
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
* Add `prettier` as a formatter within Neovim.
|
||||||
|
|
||||||
## 17th December 2023
|
## 17th December 2023
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
|
@ -233,6 +233,7 @@ in
|
||||||
|
|
||||||
# Formatters
|
# Formatters
|
||||||
black
|
black
|
||||||
|
nodePackages.prettier
|
||||||
rstfmt
|
rstfmt
|
||||||
stylua
|
stylua
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue