lilypond-devel
[Top][All Lists]
Advanced

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

Indentation parser.yy


From: Michael Käppler
Subject: Indentation parser.yy
Date: Mon, 17 Aug 2009 10:29:18 +0200
User-agent: Thunderbird 2.0.0.12 (X11/20071114)

Hi all,
just a minor nitpick: What is the reason that the indentation in parser.yy seems to be different than in other C++ files? I found it a little confusing to see that e.g. if-constructs in the parser are indented this way:

if
{
  foo;
}

And in "normal" files that way:

if
 {
    foo;
 }

Cheers,
Michael






reply via email to

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