Skip to content

Commit 3e18790

Browse files
committed
Add text formatter tool
1 parent b19accc commit 3e18790

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

devtools/format_md.sh

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/bin/bash
2+
set -o errexit -o nounset -o pipefail
3+
command -v shellcheck > /dev/null && shellcheck "$0"
4+
5+
npx [email protected] --write --prose-wrap always "./**/*.md"

0 commit comments

Comments
 (0)