tildagon 0.0.4

Board support crate for the Electromagnetic Field Tildagon badge
1
2
3
4
5
6
7
8
9
10
11
12
[formatter.markdown]
command = "mdl"
includes = [ "*.md" ]

[formatter.nix]
command = "alejandra"
includes = [ "*.nix" ]

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