Skip to content

Commit 3d799f8

Browse files
author
jdf
committed
Beginning cleanup of tools.android
1 parent 35a901b commit 3d799f8

File tree

13 files changed

+2192
-2181
lines changed

13 files changed

+2192
-2181
lines changed

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#Fri Feb 19 16:21:04 EST 2010
1+
#Mon Feb 22 11:14:24 EST 2010
22
eclipse.preferences.version=1
33
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
44
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5
@@ -65,17 +65,17 @@ org.eclipse.jdt.core.compiler.problem.unusedPrivateMember=warning
6565
org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning
6666
org.eclipse.jdt.core.compiler.source=1.5
6767
org.eclipse.jdt.core.formatter.align_type_members_on_columns=false
68-
org.eclipse.jdt.core.formatter.alignment_for_arguments_in_allocation_expression=16
68+
org.eclipse.jdt.core.formatter.alignment_for_arguments_in_allocation_expression=18
6969
org.eclipse.jdt.core.formatter.alignment_for_arguments_in_enum_constant=16
70-
org.eclipse.jdt.core.formatter.alignment_for_arguments_in_explicit_constructor_call=16
70+
org.eclipse.jdt.core.formatter.alignment_for_arguments_in_explicit_constructor_call=18
7171
org.eclipse.jdt.core.formatter.alignment_for_arguments_in_method_invocation=18
7272
org.eclipse.jdt.core.formatter.alignment_for_arguments_in_qualified_allocation_expression=16
7373
org.eclipse.jdt.core.formatter.alignment_for_assignment=0
74-
org.eclipse.jdt.core.formatter.alignment_for_binary_expression=18
74+
org.eclipse.jdt.core.formatter.alignment_for_binary_expression=16
7575
org.eclipse.jdt.core.formatter.alignment_for_compact_if=16
76-
org.eclipse.jdt.core.formatter.alignment_for_conditional_expression=82
76+
org.eclipse.jdt.core.formatter.alignment_for_conditional_expression=80
7777
org.eclipse.jdt.core.formatter.alignment_for_enum_constants=0
78-
org.eclipse.jdt.core.formatter.alignment_for_expressions_in_array_initializer=16
78+
org.eclipse.jdt.core.formatter.alignment_for_expressions_in_array_initializer=36
7979
org.eclipse.jdt.core.formatter.alignment_for_multiple_fields=16
8080
org.eclipse.jdt.core.formatter.alignment_for_parameters_in_constructor_declaration=18
8181
org.eclipse.jdt.core.formatter.alignment_for_parameters_in_method_declaration=18
@@ -109,11 +109,11 @@ org.eclipse.jdt.core.formatter.brace_position_for_switch=end_of_line
109109
org.eclipse.jdt.core.formatter.brace_position_for_type_declaration=end_of_line
110110
org.eclipse.jdt.core.formatter.comment.clear_blank_lines_in_block_comment=false
111111
org.eclipse.jdt.core.formatter.comment.clear_blank_lines_in_javadoc_comment=false
112-
org.eclipse.jdt.core.formatter.comment.format_block_comments=true
112+
org.eclipse.jdt.core.formatter.comment.format_block_comments=false
113113
org.eclipse.jdt.core.formatter.comment.format_header=false
114114
org.eclipse.jdt.core.formatter.comment.format_html=true
115-
org.eclipse.jdt.core.formatter.comment.format_javadoc_comments=true
116-
org.eclipse.jdt.core.formatter.comment.format_line_comments=true
115+
org.eclipse.jdt.core.formatter.comment.format_javadoc_comments=false
116+
org.eclipse.jdt.core.formatter.comment.format_line_comments=false
117117
org.eclipse.jdt.core.formatter.comment.format_source_code=true
118118
org.eclipse.jdt.core.formatter.comment.indent_parameter_description=true
119119
org.eclipse.jdt.core.formatter.comment.indent_root_tags=true

app/.settings/org.eclipse.jdt.ui.prefs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
#Fri Feb 19 16:21:04 EST 2010
1+
#Mon Feb 22 11:14:24 EST 2010
22
eclipse.preferences.version=1
33
editor_save_participant_org.eclipse.jdt.ui.postsavelistener.cleanup=false
4-
formatter_profile=_two spaces no tabs
4+
formatter_profile=_processing
55
formatter_settings_version=11
66
sp_cleanup.add_default_serial_version_id=true
77
sp_cleanup.add_generated_serial_version_id=false

0 commit comments

Comments
 (0)