org.eclipse.cdt.core.prefs 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195
  1. doxygen/doxygen_new_line_after_brief=true
  2. doxygen/doxygen_use_brief_tag=false
  3. doxygen/doxygen_use_javadoc_tags=true
  4. doxygen/doxygen_use_pre_tag=false
  5. doxygen/doxygen_use_structural_commands=false
  6. eclipse.preferences.version=1
  7. org.eclipse.cdt.core.formatter.alignment_for_arguments_in_method_invocation=16
  8. org.eclipse.cdt.core.formatter.alignment_for_assignment=16
  9. org.eclipse.cdt.core.formatter.alignment_for_base_clause_in_type_declaration=80
  10. org.eclipse.cdt.core.formatter.alignment_for_binary_expression=16
  11. org.eclipse.cdt.core.formatter.alignment_for_compact_if=16
  12. org.eclipse.cdt.core.formatter.alignment_for_conditional_expression=34
  13. org.eclipse.cdt.core.formatter.alignment_for_conditional_expression_chain=18
  14. org.eclipse.cdt.core.formatter.alignment_for_constructor_initializer_list=0
  15. org.eclipse.cdt.core.formatter.alignment_for_declarator_list=16
  16. org.eclipse.cdt.core.formatter.alignment_for_enumerator_list=48
  17. org.eclipse.cdt.core.formatter.alignment_for_expression_list=0
  18. org.eclipse.cdt.core.formatter.alignment_for_expressions_in_array_initializer=16
  19. org.eclipse.cdt.core.formatter.alignment_for_lambda_expression=20
  20. org.eclipse.cdt.core.formatter.alignment_for_member_access=0
  21. org.eclipse.cdt.core.formatter.alignment_for_overloaded_left_shift_chain=16
  22. org.eclipse.cdt.core.formatter.alignment_for_parameters_in_method_declaration=16
  23. org.eclipse.cdt.core.formatter.alignment_for_throws_clause_in_method_declaration=16
  24. org.eclipse.cdt.core.formatter.brace_position_for_array_initializer=end_of_line
  25. org.eclipse.cdt.core.formatter.brace_position_for_block=end_of_line
  26. org.eclipse.cdt.core.formatter.brace_position_for_block_in_case=end_of_line
  27. org.eclipse.cdt.core.formatter.brace_position_for_linkage_declaration=end_of_line
  28. org.eclipse.cdt.core.formatter.brace_position_for_method_declaration=end_of_line
  29. org.eclipse.cdt.core.formatter.brace_position_for_namespace_declaration=end_of_line
  30. org.eclipse.cdt.core.formatter.brace_position_for_switch=end_of_line
  31. org.eclipse.cdt.core.formatter.brace_position_for_type_declaration=end_of_line
  32. org.eclipse.cdt.core.formatter.comment.line_up_line_comment_in_blocks_on_first_column=false
  33. org.eclipse.cdt.core.formatter.comment.min_distance_between_code_and_line_comment=1
  34. org.eclipse.cdt.core.formatter.comment.never_indent_line_comments_on_first_column=true
  35. org.eclipse.cdt.core.formatter.comment.preserve_white_space_between_code_and_line_comments=true
  36. org.eclipse.cdt.core.formatter.comment_formatter_off_tag=@formatter\:off
  37. org.eclipse.cdt.core.formatter.comment_formatter_on_tag=@formatter\:on
  38. org.eclipse.cdt.core.formatter.compact_else_if=true
  39. org.eclipse.cdt.core.formatter.continuation_indentation=2
  40. org.eclipse.cdt.core.formatter.continuation_indentation_for_array_initializer=2
  41. org.eclipse.cdt.core.formatter.format_block_comment=true
  42. org.eclipse.cdt.core.formatter.format_guardian_clause_on_one_line=false
  43. org.eclipse.cdt.core.formatter.format_header_comment=true
  44. org.eclipse.cdt.core.formatter.format_line_comment=true
  45. org.eclipse.cdt.core.formatter.indent_access_specifier_compare_to_type_header=false
  46. org.eclipse.cdt.core.formatter.indent_access_specifier_extra_spaces=0
  47. org.eclipse.cdt.core.formatter.indent_body_declarations_compare_to_access_specifier=true
  48. org.eclipse.cdt.core.formatter.indent_body_declarations_compare_to_linkage=false
  49. org.eclipse.cdt.core.formatter.indent_body_declarations_compare_to_namespace_header=false
  50. org.eclipse.cdt.core.formatter.indent_breaks_compare_to_cases=true
  51. org.eclipse.cdt.core.formatter.indent_declaration_compare_to_template_header=false
  52. org.eclipse.cdt.core.formatter.indent_empty_lines=false
  53. org.eclipse.cdt.core.formatter.indent_label_compare_to_statements=true
  54. org.eclipse.cdt.core.formatter.indent_statements_compare_to_block=true
  55. org.eclipse.cdt.core.formatter.indent_statements_compare_to_body=true
  56. org.eclipse.cdt.core.formatter.indent_switchstatements_compare_to_cases=true
  57. org.eclipse.cdt.core.formatter.indent_switchstatements_compare_to_switch=false
  58. org.eclipse.cdt.core.formatter.indentation.size=2
  59. org.eclipse.cdt.core.formatter.insert_new_line_after_colon_in_constructor_initializer_list=insert
  60. org.eclipse.cdt.core.formatter.insert_new_line_after_label=do not insert
  61. org.eclipse.cdt.core.formatter.insert_new_line_after_opening_brace_in_array_initializer=do not insert
  62. org.eclipse.cdt.core.formatter.insert_new_line_after_template_declaration=do not insert
  63. org.eclipse.cdt.core.formatter.insert_new_line_at_end_of_file_if_missing=do not insert
  64. org.eclipse.cdt.core.formatter.insert_new_line_before_catch_in_try_statement=do not insert
  65. org.eclipse.cdt.core.formatter.insert_new_line_before_closing_brace_in_array_initializer=do not insert
  66. org.eclipse.cdt.core.formatter.insert_new_line_before_colon_in_constructor_initializer_list=insert
  67. org.eclipse.cdt.core.formatter.insert_new_line_before_else_in_if_statement=insert
  68. org.eclipse.cdt.core.formatter.insert_new_line_before_identifier_in_function_declaration=do not insert
  69. org.eclipse.cdt.core.formatter.insert_new_line_before_while_in_do_statement=do not insert
  70. org.eclipse.cdt.core.formatter.insert_new_line_in_empty_block=insert
  71. org.eclipse.cdt.core.formatter.insert_space_after_assignment_operator=insert
  72. org.eclipse.cdt.core.formatter.insert_space_after_binary_operator=insert
  73. org.eclipse.cdt.core.formatter.insert_space_after_closing_angle_bracket_in_template_arguments=insert
  74. org.eclipse.cdt.core.formatter.insert_space_after_closing_angle_bracket_in_template_parameters=insert
  75. org.eclipse.cdt.core.formatter.insert_space_after_closing_brace_in_block=insert
  76. org.eclipse.cdt.core.formatter.insert_space_after_closing_paren_in_cast=insert
  77. org.eclipse.cdt.core.formatter.insert_space_after_colon_in_base_clause=insert
  78. org.eclipse.cdt.core.formatter.insert_space_after_colon_in_case=insert
  79. org.eclipse.cdt.core.formatter.insert_space_after_colon_in_conditional=insert
  80. org.eclipse.cdt.core.formatter.insert_space_after_colon_in_labeled_statement=insert
  81. org.eclipse.cdt.core.formatter.insert_space_after_comma_in_array_initializer=insert
  82. org.eclipse.cdt.core.formatter.insert_space_after_comma_in_base_types=insert
  83. org.eclipse.cdt.core.formatter.insert_space_after_comma_in_declarator_list=insert
  84. org.eclipse.cdt.core.formatter.insert_space_after_comma_in_enum_declarations=insert
  85. org.eclipse.cdt.core.formatter.insert_space_after_comma_in_expression_list=insert
  86. org.eclipse.cdt.core.formatter.insert_space_after_comma_in_method_declaration_parameters=insert
  87. org.eclipse.cdt.core.formatter.insert_space_after_comma_in_method_declaration_throws=insert
  88. org.eclipse.cdt.core.formatter.insert_space_after_comma_in_method_invocation_arguments=insert
  89. org.eclipse.cdt.core.formatter.insert_space_after_comma_in_structured_binding_name_list=insert
  90. org.eclipse.cdt.core.formatter.insert_space_after_comma_in_template_arguments=insert
  91. org.eclipse.cdt.core.formatter.insert_space_after_comma_in_template_parameters=insert
  92. org.eclipse.cdt.core.formatter.insert_space_after_lambda_return=insert
  93. org.eclipse.cdt.core.formatter.insert_space_after_opening_angle_bracket_in_template_arguments=do not insert
  94. org.eclipse.cdt.core.formatter.insert_space_after_opening_angle_bracket_in_template_parameters=do not insert
  95. org.eclipse.cdt.core.formatter.insert_space_after_opening_brace_in_array_initializer=insert
  96. org.eclipse.cdt.core.formatter.insert_space_after_opening_bracket=do not insert
  97. org.eclipse.cdt.core.formatter.insert_space_after_opening_paren_in_cast=do not insert
  98. org.eclipse.cdt.core.formatter.insert_space_after_opening_paren_in_catch=do not insert
  99. org.eclipse.cdt.core.formatter.insert_space_after_opening_paren_in_exception_specification=do not insert
  100. org.eclipse.cdt.core.formatter.insert_space_after_opening_paren_in_for=do not insert
  101. org.eclipse.cdt.core.formatter.insert_space_after_opening_paren_in_if=do not insert
  102. org.eclipse.cdt.core.formatter.insert_space_after_opening_paren_in_method_declaration=do not insert
  103. org.eclipse.cdt.core.formatter.insert_space_after_opening_paren_in_method_invocation=do not insert
  104. org.eclipse.cdt.core.formatter.insert_space_after_opening_paren_in_parenthesized_expression=do not insert
  105. org.eclipse.cdt.core.formatter.insert_space_after_opening_paren_in_switch=do not insert
  106. org.eclipse.cdt.core.formatter.insert_space_after_opening_paren_in_while=do not insert
  107. org.eclipse.cdt.core.formatter.insert_space_after_opening_structured_binding_name_list=do not insert
  108. org.eclipse.cdt.core.formatter.insert_space_after_pointer_in_declarator_list=do not insert
  109. org.eclipse.cdt.core.formatter.insert_space_after_pointer_in_method_declaration=do not insert
  110. org.eclipse.cdt.core.formatter.insert_space_after_postfix_operator=do not insert
  111. org.eclipse.cdt.core.formatter.insert_space_after_prefix_operator=do not insert
  112. org.eclipse.cdt.core.formatter.insert_space_after_question_in_conditional=insert
  113. org.eclipse.cdt.core.formatter.insert_space_after_semicolon_in_for=insert
  114. org.eclipse.cdt.core.formatter.insert_space_after_unary_operator=do not insert
  115. org.eclipse.cdt.core.formatter.insert_space_before_assignment_operator=insert
  116. org.eclipse.cdt.core.formatter.insert_space_before_binary_operator=insert
  117. org.eclipse.cdt.core.formatter.insert_space_before_closing_angle_bracket_in_template_arguments=do not insert
  118. org.eclipse.cdt.core.formatter.insert_space_before_closing_angle_bracket_in_template_parameters=do not insert
  119. org.eclipse.cdt.core.formatter.insert_space_before_closing_brace_in_array_initializer=insert
  120. org.eclipse.cdt.core.formatter.insert_space_before_closing_bracket=do not insert
  121. org.eclipse.cdt.core.formatter.insert_space_before_closing_paren_in_cast=do not insert
  122. org.eclipse.cdt.core.formatter.insert_space_before_closing_paren_in_catch=do not insert
  123. org.eclipse.cdt.core.formatter.insert_space_before_closing_paren_in_exception_specification=do not insert
  124. org.eclipse.cdt.core.formatter.insert_space_before_closing_paren_in_for=do not insert
  125. org.eclipse.cdt.core.formatter.insert_space_before_closing_paren_in_if=do not insert
  126. org.eclipse.cdt.core.formatter.insert_space_before_closing_paren_in_method_declaration=do not insert
  127. org.eclipse.cdt.core.formatter.insert_space_before_closing_paren_in_method_invocation=do not insert
  128. org.eclipse.cdt.core.formatter.insert_space_before_closing_paren_in_parenthesized_expression=do not insert
  129. org.eclipse.cdt.core.formatter.insert_space_before_closing_paren_in_switch=do not insert
  130. org.eclipse.cdt.core.formatter.insert_space_before_closing_paren_in_while=do not insert
  131. org.eclipse.cdt.core.formatter.insert_space_before_closing_structured_binding_name_list=do not insert
  132. org.eclipse.cdt.core.formatter.insert_space_before_colon_in_base_clause=do not insert
  133. org.eclipse.cdt.core.formatter.insert_space_before_colon_in_case=do not insert
  134. org.eclipse.cdt.core.formatter.insert_space_before_colon_in_conditional=insert
  135. org.eclipse.cdt.core.formatter.insert_space_before_colon_in_default=do not insert
  136. org.eclipse.cdt.core.formatter.insert_space_before_colon_in_labeled_statement=do not insert
  137. org.eclipse.cdt.core.formatter.insert_space_before_comma_in_array_initializer=do not insert
  138. org.eclipse.cdt.core.formatter.insert_space_before_comma_in_base_types=do not insert
  139. org.eclipse.cdt.core.formatter.insert_space_before_comma_in_declarator_list=do not insert
  140. org.eclipse.cdt.core.formatter.insert_space_before_comma_in_enum_declarations=do not insert
  141. org.eclipse.cdt.core.formatter.insert_space_before_comma_in_expression_list=do not insert
  142. org.eclipse.cdt.core.formatter.insert_space_before_comma_in_method_declaration_parameters=do not insert
  143. org.eclipse.cdt.core.formatter.insert_space_before_comma_in_method_declaration_throws=do not insert
  144. org.eclipse.cdt.core.formatter.insert_space_before_comma_in_method_invocation_arguments=do not insert
  145. org.eclipse.cdt.core.formatter.insert_space_before_comma_in_structured_binding_name_list=do not insert
  146. org.eclipse.cdt.core.formatter.insert_space_before_comma_in_template_arguments=do not insert
  147. org.eclipse.cdt.core.formatter.insert_space_before_comma_in_template_parameters=do not insert
  148. org.eclipse.cdt.core.formatter.insert_space_before_lambda_return=insert
  149. org.eclipse.cdt.core.formatter.insert_space_before_opening_angle_bracket_in_template_arguments=do not insert
  150. org.eclipse.cdt.core.formatter.insert_space_before_opening_angle_bracket_in_template_parameters=do not insert
  151. org.eclipse.cdt.core.formatter.insert_space_before_opening_brace_in_array_initializer=insert
  152. org.eclipse.cdt.core.formatter.insert_space_before_opening_brace_in_block=insert
  153. org.eclipse.cdt.core.formatter.insert_space_before_opening_brace_in_linkage_declaration=insert
  154. org.eclipse.cdt.core.formatter.insert_space_before_opening_brace_in_method_declaration=insert
  155. org.eclipse.cdt.core.formatter.insert_space_before_opening_brace_in_namespace_declaration=insert
  156. org.eclipse.cdt.core.formatter.insert_space_before_opening_brace_in_switch=insert
  157. org.eclipse.cdt.core.formatter.insert_space_before_opening_brace_in_type_declaration=insert
  158. org.eclipse.cdt.core.formatter.insert_space_before_opening_bracket=do not insert
  159. org.eclipse.cdt.core.formatter.insert_space_before_opening_paren_in_catch=insert
  160. org.eclipse.cdt.core.formatter.insert_space_before_opening_paren_in_exception_specification=insert
  161. org.eclipse.cdt.core.formatter.insert_space_before_opening_paren_in_for=insert
  162. org.eclipse.cdt.core.formatter.insert_space_before_opening_paren_in_if=insert
  163. org.eclipse.cdt.core.formatter.insert_space_before_opening_paren_in_method_declaration=do not insert
  164. org.eclipse.cdt.core.formatter.insert_space_before_opening_paren_in_method_invocation=do not insert
  165. org.eclipse.cdt.core.formatter.insert_space_before_opening_paren_in_parenthesized_expression=do not insert
  166. org.eclipse.cdt.core.formatter.insert_space_before_opening_paren_in_switch=insert
  167. org.eclipse.cdt.core.formatter.insert_space_before_opening_paren_in_while=insert
  168. org.eclipse.cdt.core.formatter.insert_space_before_opening_structured_binding_name_list=insert
  169. org.eclipse.cdt.core.formatter.insert_space_before_pointer_in_declarator_list=insert
  170. org.eclipse.cdt.core.formatter.insert_space_before_pointer_in_method_declaration=insert
  171. org.eclipse.cdt.core.formatter.insert_space_before_postfix_operator=do not insert
  172. org.eclipse.cdt.core.formatter.insert_space_before_prefix_operator=do not insert
  173. org.eclipse.cdt.core.formatter.insert_space_before_question_in_conditional=insert
  174. org.eclipse.cdt.core.formatter.insert_space_before_ref_qualifier_in_structured_binding=do not insert
  175. org.eclipse.cdt.core.formatter.insert_space_before_semicolon=do not insert
  176. org.eclipse.cdt.core.formatter.insert_space_before_semicolon_in_for=do not insert
  177. org.eclipse.cdt.core.formatter.insert_space_before_unary_operator=do not insert
  178. org.eclipse.cdt.core.formatter.insert_space_between_empty_braces_in_array_initializer=do not insert
  179. org.eclipse.cdt.core.formatter.insert_space_between_empty_brackets=do not insert
  180. org.eclipse.cdt.core.formatter.insert_space_between_empty_parens_in_exception_specification=do not insert
  181. org.eclipse.cdt.core.formatter.insert_space_between_empty_parens_in_method_declaration=do not insert
  182. org.eclipse.cdt.core.formatter.insert_space_between_empty_parens_in_method_invocation=do not insert
  183. org.eclipse.cdt.core.formatter.join_wrapped_lines=true
  184. org.eclipse.cdt.core.formatter.keep_else_statement_on_same_line=false
  185. org.eclipse.cdt.core.formatter.keep_empty_array_initializer_on_one_line=false
  186. org.eclipse.cdt.core.formatter.keep_imple_if_on_one_line=false
  187. org.eclipse.cdt.core.formatter.keep_then_statement_on_same_line=false
  188. org.eclipse.cdt.core.formatter.lineSplit=80
  189. org.eclipse.cdt.core.formatter.number_of_empty_lines_to_preserve=1
  190. org.eclipse.cdt.core.formatter.put_empty_statement_on_new_line=true
  191. org.eclipse.cdt.core.formatter.tabulation.char=space
  192. org.eclipse.cdt.core.formatter.tabulation.size=2
  193. org.eclipse.cdt.core.formatter.use_comment_formatter_tag=true
  194. org.eclipse.cdt.core.formatter.use_tabs_only_for_leading_indentations=false