Revision 63953523341bcafe5928bf6e99bffd7db94b471e authored by Linus Torvalds on 28 July 2005, 22:44:44 UTC, committed by Linus Torvalds on 28 July 2005, 22:44:44 UTC
1 parent bafd2df
Raw File
Lindent
#!/bin/sh
indent -npro -kr -i8 -ts8 -sob -l80 -ss -ncs "$@"
back to top