temp: add prettier configs
This commit is contained in:
parent
e5916f95a3
commit
442efa76f2
2 changed files with 7 additions and 0 deletions
4
.prettierignore
Normal file
4
.prettierignore
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
# Auto-generated by `hivectl markdown-docs` — do not format.
|
||||||
|
# The hivectl-docs CI check diffs this against fresh binary output,
|
||||||
|
# so reformatting it would break that check.
|
||||||
|
docs/tools/hivectl-cli.md
|
||||||
3
.prettierrc
Normal file
3
.prettierrc
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
"proseWrap": "preserve"
|
||||||
|
}
|
||||||
Loading…
Reference in a new issue