Skip to content

Commit

Permalink
Class variable declarations and method declarations are now separated…
Browse files Browse the repository at this point in the history
… by one line

[ciskip]
  • Loading branch information
koppor committed Dec 2, 2016
1 parent 215f800 commit 04e3775
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eclipse.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ tasks.eclipse.doFirst {
org.eclipse.jdt.core.formatter.blank_lines_before_imports=1
org.eclipse.jdt.core.formatter.blank_lines_before_member_type=1
org.eclipse.jdt.core.formatter.blank_lines_before_method=1
org.eclipse.jdt.core.formatter.blank_lines_before_new_chunk=2
org.eclipse.jdt.core.formatter.blank_lines_before_new_chunk=1
org.eclipse.jdt.core.formatter.blank_lines_before_package=0
org.eclipse.jdt.core.formatter.blank_lines_between_import_groups=1
org.eclipse.jdt.core.formatter.blank_lines_between_type_declarations=1
Expand Down

0 comments on commit 04e3775

Please sign in to comment.