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
_______________________________________________
lilypond-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-devel
