mirror of
https://github.com/Cisco-Talos/clamav.git
synced 2025-10-19 10:23:17 +00:00
clam-format script: also format Rust source
This commit is contained in:
parent
075e1a4fdb
commit
a0f4dc79a2
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue