Revision 5666c0947ede0432ba5148570aa66ffb9febff5b authored by Linus Torvalds on 01 December 2005, 06:25:15 UTC, committed by Linus Torvalds on 01 December 2005, 06:25:15 UTC
1 parent d2149b5
Raw File
Lindent
#!/bin/sh
indent -npro -kr -i8 -ts8 -sob -l80 -ss -ncs "$@"
back to top