/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/syn-1.0.109/src/gen/ |
H A D | debug.rs | 9 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 …]
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/syn-2.0.55/src/gen/ |
H A D | debug.rs | 9 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 self.debug(formatter, "AngleBracketedGenericArguments") in fmt() 25 fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { in debug() argument 26 let mut formatter = formatter.debug_struct(name); in debug() localVariable 27 formatter.field("colon2_token", &self.colon2_token); in debug() [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/syn/src/gen/ |
D | debug.rs | 9 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 self.debug(formatter, "AngleBracketedGenericArguments") in fmt() 25 fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { in debug() argument 26 let mut formatter = formatter.debug_struct(name); in debug() localVariable 27 formatter.field("colon2_token", &self.colon2_token); in debug() [all …]
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/syn-1.0.109/tests/debug/ |
H A D | gen.rs | 7 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 …]
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/syn-2.0.55/tests/debug/ |
H A D | gen.rs | 10 fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { in fmt() 11 let mut formatter = formatter.debug_struct("Abi"); in fmt() localVariable 17 fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { in fmt() 18 formatter.write_str("Some(")?; in fmt() 19 Debug::fmt(Lite(&self.0), 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() 31 let mut formatter = formatter.debug_struct("AngleBracketedGenericArguments"); in fmt() localVariable [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/syn/tests/debug/ |
D | gen.rs | 10 fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { in fmt() 11 let mut formatter = formatter.debug_struct("Abi"); in fmt() localVariable 17 fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { in fmt() 18 formatter.write_str("Some(")?; in fmt() 19 Debug::fmt(Lite(&self.0), 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() 31 let mut formatter = formatter.debug_struct("AngleBracketedGenericArguments"); in fmt() localVariable [all …]
|
/aosp_15_r20/external/libphonenumber/libphonenumber/test/com/google/i18n/phonenumbers/ |
H A D | AsYouTypeFormatterTest.java | 30 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 …]
|
/aosp_15_r20/external/cldr/tools/cldr-code/.settings/ |
H A D | org.eclipse.jdt.core.prefs | 17 org.eclipse.jdt.core.formatter.align_type_members_on_columns=false 18 org.eclipse.jdt.core.formatter.alignment_for_additive_operator=16 19 org.eclipse.jdt.core.formatter.alignment_for_annotations_on_field=1585 20 org.eclipse.jdt.core.formatter.alignment_for_annotations_on_field.count_dependent=1585|-1|1585 21 org.eclipse.jdt.core.formatter.alignment_for_annotations_on_local_variable=1585 22 org.eclipse.jdt.core.formatter.alignment_for_annotations_on_local_variable.count_dependent=1585|-1|… 23 org.eclipse.jdt.core.formatter.alignment_for_annotations_on_method=1585 24 org.eclipse.jdt.core.formatter.alignment_for_annotations_on_method.count_dependent=1585|-1|1585 25 org.eclipse.jdt.core.formatter.alignment_for_annotations_on_package=1585 26 org.eclipse.jdt.core.formatter.alignment_for_annotations_on_package.count_dependent=1585|-1|1585 [all …]
|
/aosp_15_r20/external/objenesis/tck/.settings/ |
H A D | org.eclipse.jdt.core.prefs | 14 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 …]
|
/aosp_15_r20/external/mockftpserver/branches/1.x_Branch/.settings/ |
H A D | org.eclipse.jdt.core.prefs | 13 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 …]
|
/aosp_15_r20/external/mockftpserver/tags/2.0.1/.settings/ |
H A D | org.eclipse.jdt.core.prefs | 13 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 …]
|
/aosp_15_r20/external/mockftpserver/tags/2.3/.settings/ |
H A D | org.eclipse.jdt.core.prefs | 13 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 …]
|
/aosp_15_r20/external/mockftpserver/tags/2.5/.settings/ |
H A D | org.eclipse.jdt.core.prefs | 13 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 …]
|
/aosp_15_r20/external/mockftpserver/tags/2.4/.settings/ |
H A D | org.eclipse.jdt.core.prefs | 13 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 …]
|
/aosp_15_r20/external/mockftpserver/tags/2.0-rc3/MockFtpServer/.settings/ |
H A D | org.eclipse.jdt.core.prefs | 13 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 …]
|
/aosp_15_r20/external/mockftpserver/tags/2.1/.settings/ |
H A D | org.eclipse.jdt.core.prefs | 13 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 …]
|
/aosp_15_r20/external/mockftpserver/tags/2.0-rc1/MockFtpServer/.settings/ |
H A D | org.eclipse.jdt.core.prefs | 13 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 …]
|
/aosp_15_r20/external/mockftpserver/MockFtpServer/.settings/ |
H A D | org.eclipse.jdt.core.prefs | 13 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 …]
|
/aosp_15_r20/external/mockftpserver/tags/2.0.2/.settings/ |
H A D | org.eclipse.jdt.core.prefs | 13 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 …]
|
/aosp_15_r20/external/mockftpserver/tags/1.1/.settings/ |
H A D | org.eclipse.jdt.core.prefs | 13 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 …]
|
/aosp_15_r20/external/mockftpserver/tags/2.0-rc1/.settings/ |
H A D | org.eclipse.jdt.core.prefs | 13 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 …]
|
/aosp_15_r20/external/mockftpserver/tags/1.2.4/.settings/ |
H A D | org.eclipse.jdt.core.prefs | 13 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 …]
|
/aosp_15_r20/external/mockftpserver/tags/2.x_Before_IDEA/.settings/ |
H A D | org.eclipse.jdt.core.prefs | 13 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 …]
|
/aosp_15_r20/external/mockftpserver/tags/1.2.3/.settings/ |
H A D | org.eclipse.jdt.core.prefs | 13 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 …]
|
/aosp_15_r20/external/mockftpserver/tags/2.2/.settings/ |
H A D | org.eclipse.jdt.core.prefs | 13 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 …]
|