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 = { prettier = {
options = [ options = [
"--write"
"--prose-wrap" "--prose-wrap"
"never" "never"
]; ];
excludes = [ "*secrets.yaml" ]; excludes = [
"config.yaml"
"*secrets.yaml"
];
}; };
}; };
} }