|
@@ -6,7 +6,7 @@ org.eclipse.cdt.core.formatter.alignment_for_binary_expression=16
|
|
|
org.eclipse.cdt.core.formatter.alignment_for_compact_if=16
|
|
|
org.eclipse.cdt.core.formatter.alignment_for_conditional_expression=34
|
|
|
org.eclipse.cdt.core.formatter.alignment_for_conditional_expression_chain=18
|
|
|
-org.eclipse.cdt.core.formatter.alignment_for_constructor_initializer_list=49
|
|
|
+org.eclipse.cdt.core.formatter.alignment_for_constructor_initializer_list=0
|
|
|
org.eclipse.cdt.core.formatter.alignment_for_declarator_list=16
|
|
|
org.eclipse.cdt.core.formatter.alignment_for_enumerator_list=48
|
|
|
org.eclipse.cdt.core.formatter.alignment_for_expression_list=0
|
|
@@ -56,7 +56,7 @@ org.eclipse.cdt.core.formatter.insert_space_after_binary_operator=insert
|
|
|
org.eclipse.cdt.core.formatter.insert_space_after_closing_angle_bracket_in_template_arguments=insert
|
|
|
org.eclipse.cdt.core.formatter.insert_space_after_closing_angle_bracket_in_template_parameters=insert
|
|
|
org.eclipse.cdt.core.formatter.insert_space_after_closing_brace_in_block=insert
|
|
|
-org.eclipse.cdt.core.formatter.insert_space_after_closing_paren_in_cast=do not insert
|
|
|
+org.eclipse.cdt.core.formatter.insert_space_after_closing_paren_in_cast=insert
|
|
|
org.eclipse.cdt.core.formatter.insert_space_after_colon_in_base_clause=insert
|
|
|
org.eclipse.cdt.core.formatter.insert_space_after_colon_in_case=insert
|
|
|
org.eclipse.cdt.core.formatter.insert_space_after_colon_in_conditional=insert
|
|
@@ -73,7 +73,7 @@ org.eclipse.cdt.core.formatter.insert_space_after_comma_in_template_arguments=in
|
|
|
org.eclipse.cdt.core.formatter.insert_space_after_comma_in_template_parameters=insert
|
|
|
org.eclipse.cdt.core.formatter.insert_space_after_opening_angle_bracket_in_template_arguments=do not insert
|
|
|
org.eclipse.cdt.core.formatter.insert_space_after_opening_angle_bracket_in_template_parameters=do not insert
|
|
|
-org.eclipse.cdt.core.formatter.insert_space_after_opening_brace_in_array_initializer=do not insert
|
|
|
+org.eclipse.cdt.core.formatter.insert_space_after_opening_brace_in_array_initializer=insert
|
|
|
org.eclipse.cdt.core.formatter.insert_space_after_opening_bracket=do not insert
|
|
|
org.eclipse.cdt.core.formatter.insert_space_after_opening_paren_in_cast=do not insert
|
|
|
org.eclipse.cdt.core.formatter.insert_space_after_opening_paren_in_catch=do not insert
|
|
@@ -94,7 +94,7 @@ org.eclipse.cdt.core.formatter.insert_space_before_assignment_operator=insert
|
|
|
org.eclipse.cdt.core.formatter.insert_space_before_binary_operator=insert
|
|
|
org.eclipse.cdt.core.formatter.insert_space_before_closing_angle_bracket_in_template_arguments=do not insert
|
|
|
org.eclipse.cdt.core.formatter.insert_space_before_closing_angle_bracket_in_template_parameters=do not insert
|
|
|
-org.eclipse.cdt.core.formatter.insert_space_before_closing_brace_in_array_initializer=do not insert
|
|
|
+org.eclipse.cdt.core.formatter.insert_space_before_closing_brace_in_array_initializer=insert
|
|
|
org.eclipse.cdt.core.formatter.insert_space_before_closing_bracket=do not insert
|
|
|
org.eclipse.cdt.core.formatter.insert_space_before_closing_paren_in_cast=do not insert
|
|
|
org.eclipse.cdt.core.formatter.insert_space_before_closing_paren_in_catch=do not insert
|
|
@@ -134,7 +134,7 @@ org.eclipse.cdt.core.formatter.insert_space_before_opening_paren_in_catch=insert
|
|
|
org.eclipse.cdt.core.formatter.insert_space_before_opening_paren_in_exception_specification=insert
|
|
|
org.eclipse.cdt.core.formatter.insert_space_before_opening_paren_in_for=insert
|
|
|
org.eclipse.cdt.core.formatter.insert_space_before_opening_paren_in_if=insert
|
|
|
-org.eclipse.cdt.core.formatter.insert_space_before_opening_paren_in_method_declaration=insert
|
|
|
+org.eclipse.cdt.core.formatter.insert_space_before_opening_paren_in_method_declaration=do not insert
|
|
|
org.eclipse.cdt.core.formatter.insert_space_before_opening_paren_in_method_invocation=do not insert
|
|
|
org.eclipse.cdt.core.formatter.insert_space_before_opening_paren_in_parenthesized_expression=do not insert
|
|
|
org.eclipse.cdt.core.formatter.insert_space_before_opening_paren_in_switch=insert
|
|
@@ -153,9 +153,9 @@ org.eclipse.cdt.core.formatter.insert_space_between_empty_parens_in_method_invoc
|
|
|
org.eclipse.cdt.core.formatter.join_wrapped_lines=true
|
|
|
org.eclipse.cdt.core.formatter.keep_else_statement_on_same_line=false
|
|
|
org.eclipse.cdt.core.formatter.keep_empty_array_initializer_on_one_line=false
|
|
|
-org.eclipse.cdt.core.formatter.keep_imple_if_on_one_line=true
|
|
|
+org.eclipse.cdt.core.formatter.keep_imple_if_on_one_line=false
|
|
|
org.eclipse.cdt.core.formatter.keep_then_statement_on_same_line=false
|
|
|
-org.eclipse.cdt.core.formatter.lineSplit=130
|
|
|
+org.eclipse.cdt.core.formatter.lineSplit=80
|
|
|
org.eclipse.cdt.core.formatter.number_of_empty_lines_to_preserve=1
|
|
|
org.eclipse.cdt.core.formatter.put_empty_statement_on_new_line=true
|
|
|
org.eclipse.cdt.core.formatter.tabulation.char=tab
|