File tree Expand file tree Collapse file tree
org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3069,6 +3069,7 @@ public void setDefaultSettings() {
30693069 this .comment_clear_blank_lines_in_javadoc_comment = false ;
30703070 this .comment_format_block_comment = true ;
30713071 this .comment_format_javadoc_comment = true ;
3072+ this .comment_format_markdown_comment = true ;
30723073 this .comment_format_line_comment = true ;
30733074 this .comment_format_line_comment_starting_on_first_column = true ;
30743075 this .comment_format_header = false ;
@@ -3474,6 +3475,7 @@ public void setJavaConventionsSettings() {
34743475 this .comment_clear_blank_lines_in_javadoc_comment = false ;
34753476 this .comment_format_block_comment = true ;
34763477 this .comment_format_javadoc_comment = true ;
3478+ this .comment_format_markdown_comment = true ;
34773479 this .comment_format_line_comment = true ;
34783480 this .comment_format_line_comment_starting_on_first_column = false ;
34793481 this .comment_format_header = false ;
You can’t perform that action at this time.
0 commit comments