On Mon, Jun 06, 2011 at 06:10:30AM +0200, Werner LEMBERG wrote: > Just curious: Is there any python code in lilypond which doesn't > intentionally follow this rule?
Yes; git grep -l $'\t' -- "*.py" That command doesn't guarantee that the tabs are used in indentation (so it might give some false positives), but the question arose from build system work in lilylib.py, where we see garbage like this: if be_verbose: show_progress = 1 (at least, it looks like garbage with :set tabstop=4, which I was using because that was the policy for a different project) Cheers, - Graham _______________________________________________ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-devel