<div dir="auto">Are you using the latest Roaster version (2.20.0.Final)? <div dir="auto"><br></div><div dir="auto">Try using the constants without the shaded package value (eg.</div><div dir="auto"><br></div><div dir="auto"><div dir="auto">Properties prefs = new Properties();</div><div dir="auto">prefs.put(&quot;org.eclipse.jdt.core.formatter.comment.line_length&quot;, &quot;25&quot;);</div><div dir="auto">      prefs.put(&quot;org.eclipse.jdt.core.formatter.comment.new_lines_at_javadoc_boundaries&quot;, &quot;false&quot;);</div><div dir="auto"><br></div></div><div dir="auto"><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">Em 24 de fev de 2017 06:07, &quot;Luca Burgazzoli&quot; &lt;<a href="mailto:lburgazzoli@gmail.com">lburgazzoli@gmail.com</a>&gt; escreveu:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello,<br>
<br>
I&#39;m doing some small experiments with Forge Roaster and I&#39;m unable to<br>
get some formatting options taken into account.<br>
<br>
My code and the result is here:<br>
<a href="https://gist.github.com/lburgazzoli/115377c3887972696f77db3a71fef85f" rel="noreferrer" target="_blank">https://gist.github.com/<wbr>lburgazzoli/<wbr>115377c3887972696f77db3a71fef8<wbr>5f</a><br>
<br>
As you can notice, I configured some properties so that the code<br>
should wrap at column 120 and it should use spaces instead of tabs but<br>
my setup is ignored and the resulting code is still formatted with<br>
some defaults.<br>
<br>
Am I doing something wrong ?<br>
<br>
Thx,<br>
Luca<br>
<br>
---<br>
Luca Burgazzoli<br>
______________________________<wbr>_________________<br>
forge-users mailing list<br>
<a href="mailto:forge-users@lists.jboss.org">forge-users@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/forge-users" rel="noreferrer" target="_blank">https://lists.jboss.org/<wbr>mailman/listinfo/forge-users</a><br>
</blockquote></div></div>