Skip to content

Commit 15d4f01

Browse files
committed
Enable defaults for markdown
Enable markdown formatting via setDefaultSettings() & setJavaConventionsSettings()
1 parent ad21f54 commit 15d4f01

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/DefaultCodeFormatterOptions.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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;

0 commit comments

Comments
 (0)