Skip to content

Commit

Permalink
add make step for prettier changelog width 80
Browse files Browse the repository at this point in the history
Signed-off-by: Kristoffer Dalby <[email protected]>
  • Loading branch information
kradalby committed Dec 12, 2024
1 parent 7d3551a commit a0f493d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ fmt: fmt-go fmt-prettier fmt-proto

fmt-prettier:
prettier --write '**/**.{ts,js,md,yaml,yml,sass,css,scss,html}'
prettier --write --print-width 80 --prose-wrap always CHANGELOG.md

fmt-go:
golines --max-len=88 --base-formatter=gofumpt -w $(GO_SOURCES)
Expand Down

0 comments on commit a0f493d

Please sign in to comment.