nautilus/indent.sh
Darin Adler 3dc9221605 Add an entry for Bart. Update switches (one was wrong for Nautilus style).
* THANKS: Add an entry for Bart.
	* indent.sh: Update switches (one was wrong for Nautilus style).
2001-05-04 17:44:11 +00:00

4 lines
347 B
Bash

#!/bin/sh
indent --gnu-style --blank-lines-after-procedures --braces-on-if-line --braces-on-struct-decl-line --blank-before-sizeof --cuddle-else --space-after-cast --honour-newlines --indent-level8 --break-before-boolean-operator --continue-at-parentheses --space-after-procedure-calls --procnames-start-lines --start-left-side-of-comments "$@"