Makman2 / CE3D

A terminal 3D engine
GNU General Public License v3.0
4 stars 0 forks source link

Wrap function return type into own line #182

Open Makman2 opened 9 years ago

Makman2 commented 9 years ago

Several files do not conform to the codestyle in this regard. Need to fix this.

Maybe if coala is extended enough (so it has C++ support) this can be done automatically.

sils commented 9 years ago

you could extend coala by this :) I probably won't have the time to do it myself these days

2015-03-22 23:37 GMT+01:00 Makman2 notifications@github.com:

Several files do not conform to the codestyle in this regard. Need to fix this.

Maybe if coala is extended enough (so it has C++ support) this can be done automatically.

Reply to this email directly or view it on GitHub https://github.com/Makman2/CE3D/issues/182.

Makman2 commented 9 years ago

Shall I make an issue in coala like "C++ bears" and assign myself? I won't work instantly on them but time by time and in conjunction with CE3D :)

sils commented 9 years ago

Sure. Update coala submodule first. Other than that, you could try writing the bear generic in the way that you e.g. define a regex for comments and assignments and so on at the top of the bear and use them generically. Well later support language definitions which will get you those regexes automatically. Am 23.03.2015 02:59 schrieb "Makman2" notifications@github.com:

Shall I make an issue in coala like "C++ bears" and assign myself? I won't work instantly on them but time by time and will in conjunction with CE3D :)

Reply to this email directly or view it on GitHub https://github.com/Makman2/CE3D/issues/182#issuecomment-84747800.

Makman2 commented 9 years ago

That's exactly what I had in mind^^