Separate sj4charset
This commit is contained in:
parent
666f3b433b
commit
a76707537f
9 changed files with 381 additions and 340 deletions
|
|
@ -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`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue