Skip to content

Commit d8cd639

Browse files
committed
Insert space before assigment operator according to CODING_STYLE.
1 parent da0a727 commit d8cd639

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.settings/org.eclipse.jdt.core.prefs

+1-1
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ org.eclipse.jdt.core.formatter.insert_space_after_question_in_wildcard=do not in
247247
org.eclipse.jdt.core.formatter.insert_space_after_semicolon_in_for=insert
248248
org.eclipse.jdt.core.formatter.insert_space_after_unary_operator=do not insert
249249
org.eclipse.jdt.core.formatter.insert_space_before_and_in_type_parameter=insert
250-
org.eclipse.jdt.core.formatter.insert_space_before_assignment_operator=do not insert
250+
org.eclipse.jdt.core.formatter.insert_space_before_assignment_operator=insert
251251
org.eclipse.jdt.core.formatter.insert_space_before_at_in_annotation_type_declaration=insert
252252
org.eclipse.jdt.core.formatter.insert_space_before_binary_operator=insert
253253
org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_parameterized_type_reference=do not insert

0 commit comments

Comments
 (0)