lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: GOP-PROP 1: python formatting


From: Graham Percival
Subject: Re: GOP-PROP 1: python formatting
Date: Mon, 6 Jun 2011 13:31:42 +0100
User-agent: Mutt/1.5.20 (2009-06-14)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]