format objective c files

This commit is contained in:
Nishi 2026-01-15 05:31:04 +09:00
commit e2f34df4e3
Signed by: nishi
GPG key ID: 27EF69B208EB9343
3 changed files with 268 additions and 251 deletions

View file

@ -184,7 +184,7 @@ print(OUT " cp -rf include \$(DESTDIR)\$(PREFIX)/\n");
print(OUT "\n");
print(OUT "format:\n");
print(OUT
" clang-format --verbose -i `find src include examples -name \"*.c\" -or -name \"*.h\"`\n"
" clang-format --verbose -i `find src include examples -name \"*.c\" -or -name \"*.h\" -or -name \"*.m\"`\n"
);
print(OUT
" perltidy -b -bext=\"/\" --paren-tightness=2 `find tools pl Makefile.pl -name \"*.pl\"`\n"