If it won't be simple, it simply won't be. [Hire me, source code]
#!/bin/sh# Indent C files according to http://www.python.org/dev/peps/pep-0007/# Miki Tebeka <miki.tebeka@gmail.com>indent -cli4 -npcs -l78 -bad -bap -br -ce -nbc -di1 -psl -i4 -brs -lp -cdw -ut -ts4 $@
No comments:
Post a Comment