codestyle 0.2.2

A code style checker and formatter for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[formatter.nix]
command = "nixpkgs-fmt"
includes = ["*.nix"]

[formatter.rust]
command = "rustfmt"
includes = ["*.rs"]
options = ["--edition", "2024"]

[formatter.rust-leptos]
command = "leptosfmt"
includes = ["*.rs"]
options = ["--tab-spaces", "2", "--max-width", "100"]

[global]
excludes = ["examples/config.*"]