prettier: use standard config for all files including changelog (#2879)

This commit is contained in:
Kristoffer Dalby
2025-11-12 06:59:43 -06:00
committed by GitHub
parent 218a8db1b9
commit 000d5c3b0c
3 changed files with 200 additions and 406 deletions

View File

@@ -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)