eclipse / xtext-lib

Eclipse Xtext™ Libraries
https://www.eclipse.org/Xtext/
Eclipse Public License 2.0
19 stars 33 forks source link

Recompiled xtend - revert whitespace changes in generated code #299

Closed szarnekow closed 4 years ago

miklossy commented 4 years ago

I would prefer not to include that whitespace at all.

cdietrich commented 4 years ago

well there is a newline in the template but no extra space. thus i wonder if this needs to be fixed in the original files or if it is added by the generator?

szarnekow commented 4 years ago

the original files or if it is added by the generator?

It's the Xtend compiler. EMF codegen suffers from the same issue, though.