This commit is contained in:
Zsolt Ero
2023-12-20 14:25:11 +01:00
parent 43186553b2
commit a960d4de8d
6 changed files with 40 additions and 36 deletions

View File

@@ -3,5 +3,4 @@
ruff check --fix .
ruff format .
# https://github.com/soulteary/nginx-formatter
nginx-formatter
find . -type f -name '*.conf' -path '*/nginx*' -exec nginxfmt -v {} +;