1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-01 06:05:24 +02:00

Don't insert newline between 'else if'

This commit is contained in:
Anton Leherbauer 2008-03-07 12:53:26 +00:00
parent 1f19d506f8
commit f238ff4bb2

View file

@ -1766,7 +1766,7 @@ public class DefaultCodeFormatterOptions {
// this.insert_new_line_in_empty_method_body = true;
// this.insert_new_line_in_empty_type_declaration = true;
this.compact_else_if = false;
this.compact_else_if = true;
this.keep_guardian_clause_on_one_line = false;
this.keep_else_statement_on_same_line = false;
this.keep_empty_initializer_list_on_one_line = false;