File tree 2 files changed +13
-1
lines changed
2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "java.format.settings.url" : " contributing/eclipse-google-style.xml" ,
3
+ "java.completion.importOrder" : [
4
+ " java" ,
5
+ " javax" ,
6
+ " org" ,
7
+ " io" ,
8
+ " com" ,
9
+ " " ,
10
+ " #" ,
11
+ ]
12
+ }
Original file line number Diff line number Diff line change 241
241
<setting id =" org.eclipse.jdt.core.formatter.alignment_for_arguments_in_enum_constant.count_dependent" value =" 16|-1|16" />
242
242
<setting id =" org.eclipse.jdt.core.formatter.comment.line_length" value =" 100" />
243
243
<setting id =" org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_package" value =" insert" />
244
- <setting id =" org.eclipse.jdt.core.formatter.blank_lines_between_import_groups" value =" 0 " />
244
+ <setting id =" org.eclipse.jdt.core.formatter.blank_lines_between_import_groups" value =" 1 " />
245
245
<setting id =" org.eclipse.jdt.core.formatter.insert_space_before_comma_in_enum_constant_arguments" value =" do not insert" />
246
246
<setting id =" org.eclipse.jdt.core.formatter.insert_space_before_semicolon" value =" do not insert" />
247
247
<setting id =" org.eclipse.jdt.core.formatter.brace_position_for_constructor_declaration" value =" end_of_line" />
You can’t perform that action at this time.
0 commit comments