clam-format script: also format Rust source

This commit is contained in:
Andy Ragusa 2024-02-27 08:09:05 -08:00 committed by Micah Snyder
parent 075e1a4fdb
commit a0f4dc79a2

View file

@ -50,6 +50,8 @@ clang-format-16 -i -verbose unit_tests/*.h
clang-format-16 -i -verbose win32/compat/*.c
clang-format-16 -i -verbose win32/compat/*.h
rustfmt `find . -name "*.rs"`
# Undo changes to specific files that we don't really want to reformat
git checkout libclamav/iana_cctld.h
git checkout libclamav/bytecode_api_decl.c