mirror of
https://github.com/juanfont/headscale.git
synced 2025-09-20 17:53:11 +02:00
add make step for prettier changelog width 80
Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
This commit is contained in:
parent
79c300e6a4
commit
99122a6d36
1
Makefile
1
Makefile
@ -42,6 +42,7 @@ fmt: fmt-go fmt-prettier fmt-proto
|
|||||||
|
|
||||||
fmt-prettier:
|
fmt-prettier:
|
||||||
prettier --write '**/**.{ts,js,md,yaml,yml,sass,css,scss,html}'
|
prettier --write '**/**.{ts,js,md,yaml,yml,sass,css,scss,html}'
|
||||||
|
prettier --write --print-width 80 --prose-wrap always CHANGELOG.md
|
||||||
|
|
||||||
fmt-go:
|
fmt-go:
|
||||||
# TODO(kradalby): Reeval if we want to use 88 in the future.
|
# TODO(kradalby): Reeval if we want to use 88 in the future.
|
||||||
|
Loading…
Reference in New Issue
Block a user