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:
parent
1f19d506f8
commit
f238ff4bb2
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue