[mythtv] sql code

Andy Davidoff dert at pobox.com
Thu Feb 20 15:03:18 EST 2003


It's logical for project managers with "pet peeves" to enforce
coding style programmatically. ;-)

See attached indent.pro and please critique.  It's hard to gauge how
accurate it is since the existing style isn't rigidly consistent.

If Isaac likes it, ideally it should be available in CVS so that
there is no excuse for not submitting code in proper style...


#if Matt Zimmerman /* Feb 20, 14:21 */
> The style is pretty clear from the code; feel free to create an indent.pro
> which matches that style and submit it to this mailing list.  It's not
> logical for someone to create a configuration file for a program that they
> don't use.
#endif /* mdz at debian.org */
-------------- next part --------------
--blank-lines-before-block-comments
--braces-after-if-line
--braces-after-struct-decl-line
--honour-newlines
--indent-level4
--brace-indent0
--comment-line-length76
--no-blank-lines-after-declarations
--no-blank-lines-after-commas
--dont-break-function-decl-args
--no-comment-delimiters-on-blank-lines
--dont-cuddle-do-while
--dont-cuddle-else
--no-space-after-function-call-names
--no-space-after-parentheses
--dont-break-procedure-type
--no-tabs
--preserve-mtime
--space-after-for
--space-after-if
--space-after-while
--struct-brace-indentation4
--verbose


More information about the mythtv-dev mailing list