https://github.com/cooperative-computing-lab/cctools
Raw File
Tip revision: 5ac9d6fd0aa361e0206bba42993ec4b0eeec2aa9 authored by Ben Tovar on 14 December 2016, 14:25:23 UTC
Bump 5.4.21
Tip revision: 5ac9d6f
cctools.indent
#!/bin/sh

# Standard indenting options for the cctools.
# Run "cctools.indent filename" to properly indent a file.

indent $@ -bap -br -brs -cdw -ce -cli0 -nfca -nhnl -nprs -nsaf -nsai -nsaw -nsob -npcs -npro -nss -l256 -nbfda -ut -i8 -npsl
back to top