prettier: use standard config for all files including changelog (#2879)
This commit is contained in:
parent
218a8db1b9
commit
000d5c3b0c
3 changed files with 200 additions and 406 deletions
1
Makefile
1
Makefile
|
|
@ -64,7 +64,6 @@ fmt-go: check-deps $(GO_SOURCES)
|
|||
fmt-prettier: check-deps $(DOC_SOURCES)
|
||||
@echo "Formatting documentation and config files..."
|
||||
prettier --write '**/*.{ts,js,md,yaml,yml,sass,css,scss,html}'
|
||||
prettier --write --print-width 80 --prose-wrap always CHANGELOG.md
|
||||
|
||||
.PHONY: fmt-proto
|
||||
fmt-proto: check-deps $(PROTO_SOURCES)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue