Home
last modified time | relevance | path

Searched refs:formatter (Results 1 – 25 of 644) sorted by relevance

12345678910>>...26

/external/libphonenumber/libphonenumber/test/com/google/i18n/phonenumbers/
DAsYouTypeFormatterTest.java30 AsYouTypeFormatter formatter = phoneUtil.getAsYouTypeFormatter(RegionCode.ZZ); in testInvalidRegion() local
31 assertEquals("+", formatter.inputDigit('+')); in testInvalidRegion()
32 assertEquals("+4", formatter.inputDigit('4')); in testInvalidRegion()
33 assertEquals("+48 ", formatter.inputDigit('8')); in testInvalidRegion()
34 assertEquals("+48 8", formatter.inputDigit('8')); in testInvalidRegion()
35 assertEquals("+48 88", formatter.inputDigit('8')); in testInvalidRegion()
36 assertEquals("+48 88 1", formatter.inputDigit('1')); in testInvalidRegion()
37 assertEquals("+48 88 12", formatter.inputDigit('2')); in testInvalidRegion()
38 assertEquals("+48 88 123", formatter.inputDigit('3')); in testInvalidRegion()
39 assertEquals("+48 88 123 1", formatter.inputDigit('1')); in testInvalidRegion()
[all …]
/external/rust/crates/syn/src/gen/
Ddebug.rs9 fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { in fmt()
10 let mut formatter = formatter.debug_struct("Abi"); in fmt() localVariable
11 formatter.field("extern_token", &self.extern_token); in fmt()
12 formatter.field("name", &self.name); in fmt()
13 formatter.finish() in fmt()
19 fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { in fmt()
20 let mut formatter = formatter.debug_struct("AngleBracketedGenericArguments"); in fmt() localVariable
21 formatter.field("colon2_token", &self.colon2_token); in fmt()
22 formatter.field("lt_token", &self.lt_token); in fmt()
23 formatter.field("args", &self.args); in fmt()
[all …]
/external/rust/crates/syn/tests/debug/
Dgen.rs7 fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { in fmt()
9 let mut formatter = formatter.debug_struct("Abi"); in fmt() localVariable
15 fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { in fmt()
16 formatter.write_str("Some")?; in fmt()
18 formatter.write_str("(")?; in fmt()
19 Debug::fmt(Lite(_val), formatter)?; in fmt()
20 formatter.write_str(")")?; in fmt()
24 formatter.field("name", Print::ref_cast(val)); in fmt()
26 formatter.finish() in fmt()
30 fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { in fmt()
[all …]
/external/cldr/tools/java/.settings/
Dorg.eclipse.jdt.core.prefs13 org.eclipse.jdt.core.formatter.align_type_members_on_columns=false
14 org.eclipse.jdt.core.formatter.alignment_for_annotations_on_field=1585
15 org.eclipse.jdt.core.formatter.alignment_for_annotations_on_field.count_dependent=1585|-1|1585
16 org.eclipse.jdt.core.formatter.alignment_for_annotations_on_local_variable=1585
17 org.eclipse.jdt.core.formatter.alignment_for_annotations_on_local_variable.count_dependent=1585|-1|…
18 org.eclipse.jdt.core.formatter.alignment_for_annotations_on_method=1585
19 org.eclipse.jdt.core.formatter.alignment_for_annotations_on_method.count_dependent=1585|-1|1585
20 org.eclipse.jdt.core.formatter.alignment_for_annotations_on_package=1585
21 org.eclipse.jdt.core.formatter.alignment_for_annotations_on_package.count_dependent=1585|-1|1585
22 org.eclipse.jdt.core.formatter.alignment_for_annotations_on_parameter=1040
[all …]
/external/cldr/tools/cldr-unittest/.settings/
Dorg.eclipse.jdt.core.prefs13 org.eclipse.jdt.core.formatter.align_type_members_on_columns=false
14 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_allocation_expression=16
15 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_annotation=16
16 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_enum_constant=16
17 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_explicit_constructor_call=16
18 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_method_invocation=16
19 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_qualified_allocation_expression=16
20 org.eclipse.jdt.core.formatter.alignment_for_assignment=0
21 org.eclipse.jdt.core.formatter.alignment_for_binary_expression=16
22 org.eclipse.jdt.core.formatter.alignment_for_compact_if=16
[all …]
/external/objenesis/tck/.settings/
Dorg.eclipse.jdt.core.prefs14 org.eclipse.jdt.core.formatter.align_type_members_on_columns=false
15 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_allocation_expression=16
16 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_annotation=0
17 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_enum_constant=16
18 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_explicit_constructor_call=16
19 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_method_invocation=16
20 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_qualified_allocation_expression=16
21 org.eclipse.jdt.core.formatter.alignment_for_assignment=0
22 org.eclipse.jdt.core.formatter.alignment_for_binary_expression=16
23 org.eclipse.jdt.core.formatter.alignment_for_compact_if=16
[all …]
/external/mockftpserver/tags/2.1/.settings/
Dorg.eclipse.jdt.core.prefs13 org.eclipse.jdt.core.formatter.align_type_members_on_columns=false
14 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_allocation_expression=16
15 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_enum_constant=16
16 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_explicit_constructor_call=16
17 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_method_invocation=16
18 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_qualified_allocation_expression=16
19 org.eclipse.jdt.core.formatter.alignment_for_assignment=0
20 org.eclipse.jdt.core.formatter.alignment_for_binary_expression=16
21 org.eclipse.jdt.core.formatter.alignment_for_compact_if=16
22 org.eclipse.jdt.core.formatter.alignment_for_conditional_expression=80
[all …]
/external/mockftpserver/tags/2.5/.settings/
Dorg.eclipse.jdt.core.prefs13 org.eclipse.jdt.core.formatter.align_type_members_on_columns=false
14 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_allocation_expression=16
15 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_enum_constant=16
16 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_explicit_constructor_call=16
17 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_method_invocation=16
18 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_qualified_allocation_expression=16
19 org.eclipse.jdt.core.formatter.alignment_for_assignment=0
20 org.eclipse.jdt.core.formatter.alignment_for_binary_expression=16
21 org.eclipse.jdt.core.formatter.alignment_for_compact_if=16
22 org.eclipse.jdt.core.formatter.alignment_for_conditional_expression=80
[all …]
/external/mockftpserver/tags/2.2/.settings/
Dorg.eclipse.jdt.core.prefs13 org.eclipse.jdt.core.formatter.align_type_members_on_columns=false
14 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_allocation_expression=16
15 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_enum_constant=16
16 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_explicit_constructor_call=16
17 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_method_invocation=16
18 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_qualified_allocation_expression=16
19 org.eclipse.jdt.core.formatter.alignment_for_assignment=0
20 org.eclipse.jdt.core.formatter.alignment_for_binary_expression=16
21 org.eclipse.jdt.core.formatter.alignment_for_compact_if=16
22 org.eclipse.jdt.core.formatter.alignment_for_conditional_expression=80
[all …]
/external/mockftpserver/tags/2.3/.settings/
Dorg.eclipse.jdt.core.prefs13 org.eclipse.jdt.core.formatter.align_type_members_on_columns=false
14 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_allocation_expression=16
15 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_enum_constant=16
16 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_explicit_constructor_call=16
17 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_method_invocation=16
18 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_qualified_allocation_expression=16
19 org.eclipse.jdt.core.formatter.alignment_for_assignment=0
20 org.eclipse.jdt.core.formatter.alignment_for_binary_expression=16
21 org.eclipse.jdt.core.formatter.alignment_for_compact_if=16
22 org.eclipse.jdt.core.formatter.alignment_for_conditional_expression=80
[all …]
/external/mockftpserver/tags/2.x_Before_IDEA/.settings/
Dorg.eclipse.jdt.core.prefs13 org.eclipse.jdt.core.formatter.align_type_members_on_columns=false
14 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_allocation_expression=16
15 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_enum_constant=16
16 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_explicit_constructor_call=16
17 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_method_invocation=16
18 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_qualified_allocation_expression=16
19 org.eclipse.jdt.core.formatter.alignment_for_assignment=0
20 org.eclipse.jdt.core.formatter.alignment_for_binary_expression=16
21 org.eclipse.jdt.core.formatter.alignment_for_compact_if=16
22 org.eclipse.jdt.core.formatter.alignment_for_conditional_expression=80
[all …]
/external/mockftpserver/tags/2.4/.settings/
Dorg.eclipse.jdt.core.prefs13 org.eclipse.jdt.core.formatter.align_type_members_on_columns=false
14 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_allocation_expression=16
15 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_enum_constant=16
16 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_explicit_constructor_call=16
17 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_method_invocation=16
18 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_qualified_allocation_expression=16
19 org.eclipse.jdt.core.formatter.alignment_for_assignment=0
20 org.eclipse.jdt.core.formatter.alignment_for_binary_expression=16
21 org.eclipse.jdt.core.formatter.alignment_for_compact_if=16
22 org.eclipse.jdt.core.formatter.alignment_for_conditional_expression=80
[all …]
/external/mockftpserver/MockFtpServer/.settings/
Dorg.eclipse.jdt.core.prefs13 org.eclipse.jdt.core.formatter.align_type_members_on_columns=false
14 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_allocation_expression=16
15 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_enum_constant=16
16 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_explicit_constructor_call=16
17 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_method_invocation=16
18 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_qualified_allocation_expression=16
19 org.eclipse.jdt.core.formatter.alignment_for_assignment=0
20 org.eclipse.jdt.core.formatter.alignment_for_binary_expression=16
21 org.eclipse.jdt.core.formatter.alignment_for_compact_if=16
22 org.eclipse.jdt.core.formatter.alignment_for_conditional_expression=80
[all …]
/external/mockftpserver/tags/1.2/.settings/
Dorg.eclipse.jdt.core.prefs13 org.eclipse.jdt.core.formatter.align_type_members_on_columns=false
14 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_allocation_expression=16
15 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_enum_constant=16
16 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_explicit_constructor_call=16
17 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_method_invocation=16
18 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_qualified_allocation_expression=16
19 org.eclipse.jdt.core.formatter.alignment_for_assignment=0
20 org.eclipse.jdt.core.formatter.alignment_for_binary_expression=16
21 org.eclipse.jdt.core.formatter.alignment_for_compact_if=16
22 org.eclipse.jdt.core.formatter.alignment_for_conditional_expression=80
[all …]
/external/mockftpserver/tags/2.0/.settings/
Dorg.eclipse.jdt.core.prefs13 org.eclipse.jdt.core.formatter.align_type_members_on_columns=false
14 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_allocation_expression=16
15 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_enum_constant=16
16 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_explicit_constructor_call=16
17 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_method_invocation=16
18 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_qualified_allocation_expression=16
19 org.eclipse.jdt.core.formatter.alignment_for_assignment=0
20 org.eclipse.jdt.core.formatter.alignment_for_binary_expression=16
21 org.eclipse.jdt.core.formatter.alignment_for_compact_if=16
22 org.eclipse.jdt.core.formatter.alignment_for_conditional_expression=80
[all …]
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/.settings/
Dorg.eclipse.jdt.core.prefs13 org.eclipse.jdt.core.formatter.align_type_members_on_columns=false
14 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_allocation_expression=16
15 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_enum_constant=16
16 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_explicit_constructor_call=16
17 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_method_invocation=16
18 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_qualified_allocation_expression=16
19 org.eclipse.jdt.core.formatter.alignment_for_assignment=0
20 org.eclipse.jdt.core.formatter.alignment_for_binary_expression=16
21 org.eclipse.jdt.core.formatter.alignment_for_compact_if=16
22 org.eclipse.jdt.core.formatter.alignment_for_conditional_expression=80
[all …]
/external/mockftpserver/tags/2.0.1/.settings/
Dorg.eclipse.jdt.core.prefs13 org.eclipse.jdt.core.formatter.align_type_members_on_columns=false
14 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_allocation_expression=16
15 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_enum_constant=16
16 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_explicit_constructor_call=16
17 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_method_invocation=16
18 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_qualified_allocation_expression=16
19 org.eclipse.jdt.core.formatter.alignment_for_assignment=0
20 org.eclipse.jdt.core.formatter.alignment_for_binary_expression=16
21 org.eclipse.jdt.core.formatter.alignment_for_compact_if=16
22 org.eclipse.jdt.core.formatter.alignment_for_conditional_expression=80
[all …]
/external/mockftpserver/tags/2.0.2/.settings/
Dorg.eclipse.jdt.core.prefs13 org.eclipse.jdt.core.formatter.align_type_members_on_columns=false
14 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_allocation_expression=16
15 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_enum_constant=16
16 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_explicit_constructor_call=16
17 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_method_invocation=16
18 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_qualified_allocation_expression=16
19 org.eclipse.jdt.core.formatter.alignment_for_assignment=0
20 org.eclipse.jdt.core.formatter.alignment_for_binary_expression=16
21 org.eclipse.jdt.core.formatter.alignment_for_compact_if=16
22 org.eclipse.jdt.core.formatter.alignment_for_conditional_expression=80
[all …]
/external/mockftpserver/tags/1.2.3/.settings/
Dorg.eclipse.jdt.core.prefs13 org.eclipse.jdt.core.formatter.align_type_members_on_columns=false
14 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_allocation_expression=16
15 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_enum_constant=16
16 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_explicit_constructor_call=16
17 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_method_invocation=16
18 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_qualified_allocation_expression=16
19 org.eclipse.jdt.core.formatter.alignment_for_assignment=0
20 org.eclipse.jdt.core.formatter.alignment_for_binary_expression=16
21 org.eclipse.jdt.core.formatter.alignment_for_compact_if=16
22 org.eclipse.jdt.core.formatter.alignment_for_conditional_expression=80
[all …]
/external/mockftpserver/tags/1.2.1/.settings/
Dorg.eclipse.jdt.core.prefs13 org.eclipse.jdt.core.formatter.align_type_members_on_columns=false
14 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_allocation_expression=16
15 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_enum_constant=16
16 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_explicit_constructor_call=16
17 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_method_invocation=16
18 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_qualified_allocation_expression=16
19 org.eclipse.jdt.core.formatter.alignment_for_assignment=0
20 org.eclipse.jdt.core.formatter.alignment_for_binary_expression=16
21 org.eclipse.jdt.core.formatter.alignment_for_compact_if=16
22 org.eclipse.jdt.core.formatter.alignment_for_conditional_expression=80
[all …]
/external/mockftpserver/tags/1.2.2/.settings/
Dorg.eclipse.jdt.core.prefs13 org.eclipse.jdt.core.formatter.align_type_members_on_columns=false
14 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_allocation_expression=16
15 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_enum_constant=16
16 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_explicit_constructor_call=16
17 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_method_invocation=16
18 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_qualified_allocation_expression=16
19 org.eclipse.jdt.core.formatter.alignment_for_assignment=0
20 org.eclipse.jdt.core.formatter.alignment_for_binary_expression=16
21 org.eclipse.jdt.core.formatter.alignment_for_compact_if=16
22 org.eclipse.jdt.core.formatter.alignment_for_conditional_expression=80
[all …]
/external/mockftpserver/branches/1.x_Branch/.settings/
Dorg.eclipse.jdt.core.prefs13 org.eclipse.jdt.core.formatter.align_type_members_on_columns=false
14 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_allocation_expression=16
15 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_enum_constant=16
16 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_explicit_constructor_call=16
17 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_method_invocation=16
18 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_qualified_allocation_expression=16
19 org.eclipse.jdt.core.formatter.alignment_for_assignment=0
20 org.eclipse.jdt.core.formatter.alignment_for_binary_expression=16
21 org.eclipse.jdt.core.formatter.alignment_for_compact_if=16
22 org.eclipse.jdt.core.formatter.alignment_for_conditional_expression=80
[all …]
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/.settings/
Dorg.eclipse.jdt.core.prefs13 org.eclipse.jdt.core.formatter.align_type_members_on_columns=false
14 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_allocation_expression=16
15 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_enum_constant=16
16 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_explicit_constructor_call=16
17 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_method_invocation=16
18 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_qualified_allocation_expression=16
19 org.eclipse.jdt.core.formatter.alignment_for_assignment=0
20 org.eclipse.jdt.core.formatter.alignment_for_binary_expression=16
21 org.eclipse.jdt.core.formatter.alignment_for_compact_if=16
22 org.eclipse.jdt.core.formatter.alignment_for_conditional_expression=80
[all …]
/external/mockftpserver/tags/1.1/.settings/
Dorg.eclipse.jdt.core.prefs13 org.eclipse.jdt.core.formatter.align_type_members_on_columns=false
14 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_allocation_expression=16
15 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_enum_constant=16
16 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_explicit_constructor_call=16
17 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_method_invocation=16
18 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_qualified_allocation_expression=16
19 org.eclipse.jdt.core.formatter.alignment_for_assignment=0
20 org.eclipse.jdt.core.formatter.alignment_for_binary_expression=16
21 org.eclipse.jdt.core.formatter.alignment_for_compact_if=16
22 org.eclipse.jdt.core.formatter.alignment_for_conditional_expression=80
[all …]
/external/mockftpserver/tags/2.0-rc1/.settings/
Dorg.eclipse.jdt.core.prefs13 org.eclipse.jdt.core.formatter.align_type_members_on_columns=false
14 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_allocation_expression=16
15 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_enum_constant=16
16 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_explicit_constructor_call=16
17 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_method_invocation=16
18 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_qualified_allocation_expression=16
19 org.eclipse.jdt.core.formatter.alignment_for_assignment=0
20 org.eclipse.jdt.core.formatter.alignment_for_binary_expression=16
21 org.eclipse.jdt.core.formatter.alignment_for_compact_if=16
22 org.eclipse.jdt.core.formatter.alignment_for_conditional_expression=80
[all …]

12345678910>>...26