treefmt: remove redundant flag, exclude symlinked file

This commit is contained in:
zowoq 2024-11-11 15:08:04 +10:00
parent 614e60a95d
commit 872b09a8a1

View file

@ -59,11 +59,13 @@
prettier = {
options = [
"--write"
"--prose-wrap"
"never"
];
excludes = [ "*secrets.yaml" ];
excludes = [
"config.yaml"
"*secrets.yaml"
];
};
};
}