|
|
Author: akarasulu
Date: Mon Apr 10 15:14:30 2006
New Revision: 393098
URL: http://svn.apache.org/viewcvs?rev=393098&view=rev
Log:
making it so formatter does not apply to comments
Modified:
directory/trunks/resources/formatting.xml
Modified: directory/trunks/resources/formatting.xml
URL:
http://svn.apache.org/viewcvs/directory/trunks/resources/formatting.xml?rev=393098&r1=393097&r2=393098&view=diff
==============================================================================
--- directory/trunks/resources/formatting.xml (original)
+++ directory/trunks/resources/formatting.xml Mon Apr 10 15:14:30 2006
@@ -43,7 +43,7 @@
<setting id="org.eclipse.jdt.core.formatter.brace_position_for_switch"
value="next_line"/>
<setting
id="org.eclipse.jdt.core.formatter.brace_position_for_type_declaration"
value="next_line"/>
<setting id="org.eclipse.jdt.core.formatter.comment.clear_blank_lines"
value="true"/>
-<setting id="org.eclipse.jdt.core.formatter.comment.format_comments"
value="true"/>
+<setting id="org.eclipse.jdt.core.formatter.comment.format_comments"
value="false"/>
<setting id="org.eclipse.jdt.core.formatter.comment.format_header"
value="false"/>
<setting id="org.eclipse.jdt.core.formatter.comment.format_html" value="true"/>
<setting id="org.eclipse.jdt.core.formatter.comment.format_source_code"
value="true"/>
|
|