GNOME Bugzilla – Bug 571646
[FAQ] indenting rules suggested are not up to date
Last modified: 2009-02-14 13:41:48 UTC
The following page states that running indent with a line length of 100 characters would make the source apply to current coding standard. http://gstreamer.freedesktop.org/data/doc/gstreamer/head/faq/html/chapter-developing.html However, the git commit hook makes commits with lines longer than 80 characters fail. I suggest to update the FAQ from: indent -br -bad -cbi0 -cli2 -bls -l100 -ut -ce to: indent -br -bad -cbi0 -cli2 -bls -l80 -ut -ce (I don't know if the command is completely correct except for that)
Well spotted, thanks for the bug report. Should be fixed now, among a few other things: commit 1c716ae4074bac102c5878770c2a1138c8810773 Author: Tim-Philipp Müller <tim.muller@collabora.co.uk> Date: Sat Feb 14 13:35:48 2009 +0000 FAQ: update for git and miscellaneous small fixes and additions Replace all mentions of CVS with git. Add link to gst-uninstalled script in cgit and to SubmittingPatches page in wiki. Fix some typos. Update indenting rules to what we actually use (#571646).