6 lines
91 B
Bash
Executable File
6 lines
91 B
Bash
Executable File
#!/usr/bin/env sh
|
|
|
|
# Format all files matched by treefmt.toml
|
|
|
|
treefmt --on-unmatched info
|