Separate sj4charset

This commit is contained in:
Nishi 2026-06-25 09:25:46 +09:00
commit a76707537f
9 changed files with 381 additions and 340 deletions

View file

@ -2,4 +2,4 @@
while [ ! -d .git ]; do
cd ..
done
clang-format --verbose -i `find src lib include "(" -name "*.c" -or -name "*.h" ")" -and -not -name sj_euc2ucs.h -and -not -name sj_ucs2euc.h -and -not -name maindic"*".c`
clang-format --verbose -i `find src lib include "(" -name "*.c" -or -name "*.h" ")" -and -not -name euc2ucs.c -and -not -name ucs2euc.c -and -not -name maindic"*".c`