treefmt: disable hard wrap
This commit is contained in:
parent
d428b681cb
commit
6ff28fc15c
1 changed files with 5 additions and 0 deletions
|
@ -31,6 +31,11 @@
|
|||
};
|
||||
|
||||
prettier = {
|
||||
options = [
|
||||
"--write"
|
||||
"--prose-wrap"
|
||||
"never"
|
||||
];
|
||||
excludes = [
|
||||
"secrets.yaml"
|
||||
];
|
||||
|
|
Loading…
Add table
Reference in a new issue