Index: DefaultCodeFormatterOptions.java =================================================================== RCS file: /home/eclipse/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/DefaultCodeFormatterOptions.java,v retrieving revision 1.67 diff -u -r1.67 DefaultCodeFormatterOptions.java --- DefaultCodeFormatterOptions.java 27 Jul 2005 13:23:53 -0000 1.67 +++ DefaultCodeFormatterOptions.java 26 Aug 2005 08:40:30 -0000 @@ -2119,7 +2119,7 @@ this.indent_breaks_compare_to_cases = true; this.indent_switchstatements_compare_to_cases = true; this.indent_switchstatements_compare_to_switch = false; - this.indentation_size = 4; + this.indentation_size = 8; this.insert_new_line_after_annotation = true; this.insert_new_line_after_opening_brace_in_array_initializer = false; this.insert_new_line_at_end_of_file_if_missing = false; @@ -2293,7 +2293,7 @@ this.keep_then_statement_on_same_line = false; this.number_of_empty_lines_to_preserve = 1; this.put_empty_statement_on_new_line = true; - this.tab_size = 8; + this.tab_size = 4; this.page_width = 80; this.tab_char = SPACE; this.use_tabs_only_for_leading_indentations = false;