1
0
mirror of https://github.com/bmartini/zynq-axis.git synced 2024-09-05 19:19:27 +08:00

Add indent script for linux kernel code formatting

Used to keep the device driver formatted correctly.
This commit is contained in:
Berin Martini 2014-12-29 15:41:30 -05:00
parent 537c0160be
commit 8f98a55588

1
util/indent-kernel.sh Executable file
View File

@ -0,0 +1 @@
indent -nbad -bap -nbc -bbo -hnl -br -brs -c33 -cd33 -ncdb -ce -ci4 -cli0 -d0 -di1 -nfc1 -i8 -ip0 -l80 -lp -npcs -nprs -npsl -sai -saf -saw -ncs -nsc -sob -nfca -cp33 -ss -ts8 -il1 $@