haiku-atelier-2024/scripts/format-sort-files.fish
2026-04-01 18:31:43 +02:00

12 lines
228 B
Fish
Executable file

#!/usr/bin/fish
set -f fichiers_toml (fd --glob "*.toml")
set -f fichiers_angie (fd --glob "*.conf" containers/conf/angie)
for toml in $fichiers_toml
tombi format "$toml"
end
for angie in $angie
nginxfmt "$angie"
end