GOP-PROP 3: C++ formatting (probable decision 2)

2011-07-14 Thread Graham Percival
Updated proposal: http://lilypond.org/~graham/gop/gop_3.html ** Proposal summary Speaking academically, C++ code style is a solved problem. Let’s pick one of the existing solutions, and let a computer deal with this. Humans should not waste their time, energy, and creativity manually adding

Re: GOP-PROP 3 - C++ formatting (probable decision)

2011-07-06 Thread Jan Warchoł
2011/7/4 Graham Percival gra...@percival-music.ca: I propose that we use a modified fixcc.py using astyle internally.    * the final script will be run blindly on the lilypond source      code. We will accept whatever formatting the final version      of this script produces, with no manual

Re: GOP-PROP 3 - C++ formatting (probable decision)

2011-07-06 Thread Keith OHara
Karl Hammar karl at aspodata.se writes: Graham: ... I'm going to make the bold step of assuming that we will eliminate tabs in all C++ files. That implies that tabs in strings should be replaced with \t, is that what you want? I think we want this very much, because a literal tab in

Re: GOP-PROP 3 - C++ formatting (probable decision)

2011-07-05 Thread Karl Hammar
Graham: ... ** Eliminate tabs I'm going to make the bold step of assuming that we will eliminate tabs in all C++ files. ... That implies that tabs in strings should be replaced with \t, is that what you want? Regards, /Karl Hammar

GOP-PROP 3 - C++ formatting (probable decision)

2011-07-04 Thread Graham Percival
http://lilypond.org/~graham/gop/gop_3.html ** Proposal summary Speaking academically, C++ code style is a solved problem. Let’s pick one of the existing solutions, and let a computer deal with this. Humans should not waste their time, energy, and creativity manually adding tabs or spaces to