feat,chore(formatter): don't exclude TOML and use taplo for it
This commit is contained in:
parent
6eb9b21842
commit
3237bbad0a
2 changed files with 4 additions and 4 deletions
|
@ -3,9 +3,7 @@ resolver = "2"
|
|||
package.version = "0.1.0"
|
||||
metadata.crane.name = "blueprint-universe"
|
||||
|
||||
members = [
|
||||
"rust/*",
|
||||
]
|
||||
members = ["rust/*"]
|
||||
|
||||
[workspace.dependencies]
|
||||
anyhow = "1.0"
|
||||
|
|
|
@ -24,6 +24,8 @@ let
|
|||
|
||||
shfmt.enable = true;
|
||||
|
||||
taplo.enable = true;
|
||||
|
||||
prettier.enable = true;
|
||||
} // pkgs.lib.optionalAttrs (pkgs.system != "riscv64-linux") { shellcheck.enable = true; };
|
||||
|
||||
|
@ -31,7 +33,7 @@ let
|
|||
global.excludes = [
|
||||
"LICENSE"
|
||||
# unsupported extensions
|
||||
"*.{gif,png,svg,tape,mts,lock,mod,sum,toml,env,envrc,gitignore}"
|
||||
"*.{gif,png,svg,tape,mts,lock,mod,sum,env,envrc,gitignore}"
|
||||
];
|
||||
|
||||
formatter = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue