treefmt: remove redundant flag, exclude symlinked file
This commit is contained in:
parent
614e60a95d
commit
872b09a8a1
1 changed files with 4 additions and 2 deletions
|
@ -59,11 +59,13 @@
|
||||||
|
|
||||||
prettier = {
|
prettier = {
|
||||||
options = [
|
options = [
|
||||||
"--write"
|
|
||||||
"--prose-wrap"
|
"--prose-wrap"
|
||||||
"never"
|
"never"
|
||||||
];
|
];
|
||||||
excludes = [ "*secrets.yaml" ];
|
excludes = [
|
||||||
|
"config.yaml"
|
||||||
|
"*secrets.yaml"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue