Skip to content

Commit

Permalink
disable automatic formatting of Java code blocks in comments/JavaDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
WolframPfeifer committed Dec 5, 2024
1 parent 6926058 commit 9556c88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/tools/checkstyle/keyCodeStyle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
<setting id="org.eclipse.jdt.core.formatter.comment.format_html" value="true"/>
<setting id="org.eclipse.jdt.core.formatter.comment.format_javadoc_comments" value="true"/>
<setting id="org.eclipse.jdt.core.formatter.comment.format_line_comments" value="true"/>
<setting id="org.eclipse.jdt.core.formatter.comment.format_source_code" value="true"/>
<setting id="org.eclipse.jdt.core.formatter.comment.format_source_code" value="false"/>
<setting id="org.eclipse.jdt.core.formatter.comment.indent_parameter_description" value="false"/>
<setting id="org.eclipse.jdt.core.formatter.comment.indent_root_tags" value="true"/>
<setting id="org.eclipse.jdt.core.formatter.comment.indent_tag_description" value="false"/>
Expand Down

0 comments on commit 9556c88

Please sign in to comment.