Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 81131c6

Browse files
committed
Fixed eclipse wrong code formatter setting
1 parent 4ace76c commit 81131c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_constructor_
238238
org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_enum_constant=do not insert
239239
org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_for=insert
240240
org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_if=insert
241-
org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_method_declaration=insert
241+
org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_method_declaration=do not insert
242242
org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_method_invocation=do not insert
243243
org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_parenthesized_expression=do not insert
244244
org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_switch=insert

0 commit comments

Comments
 (0)