Skip to content

Commit 859bb2a

Browse files
committed
improve formatter configuration (openapi-processor/openapi-processor-spring#331)
1 parent e283cf4 commit 859bb2a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

openapi-processor-core/src/main/resources/formatter.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ org.eclipse.jdt.core.formatter.alignment_for_enum_constants = 49
88
org.eclipse.jdt.core.formatter.comment.format_javadoc_comments = true
99
org.eclipse.jdt.core.formatter.comment.insert_new_line_for_parameter = do not insert
1010
org.eclipse.jdt.core.formatter.comment.clear_blank_lines_in_javadoc_comment = true
11-
11+
org.eclipse.jdt.core.formatter.insert_new_line_at_end_of_file_if_missing = insert
1212
org.eclipse.jdt.core.formatter.alignment_for_record_components = 52
1313
org.eclipse.jdt.core.formatter.keep_record_declaration_on_one_line = one_line_if_empty
1414
org.eclipse.jdt.core.formatter.parentheses_positions_in_record_declaration = separate_lines_if_wrapped

0 commit comments

Comments
 (0)