Coding style - wlshiu/my_note GitHub Wiki
the CMU link, it's a C language coding standard for safety.
The CERT coding standard is for C language & support by Coverity
We may use Synopsys Coverity in the future.
AStyle 3.0
# --recursive or -r or -R
$ astyle -A1 -xV -S -K -xW -w -Y -M40 -p -xg -k3 -W3 --convert-tabs -xL -n --lineend=linux
or
$ astyle -A3 ...