Permalink
Please sign in to comment.
Showing
with
767 additions
and 0 deletions.
- +291 −0 eclipse-java-google-style.xml
- +476 −0 intellij-java-google-style.xml
291
eclipse-java-google-style.xml
| @@ -0,0 +1,291 @@ | ||
| +<?xml version="1.0" encoding="UTF-8" standalone="no"?> | ||
| +<profiles version="11"> | ||
| +<profile kind="CodeFormatterProfile" name="GoogleStyle" version="11"> | ||
| +<setting id="org.eclipse.jdt.core.formatter.comment.insert_new_line_before_root_tags" value="insert"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_annotation" value="insert"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_type_parameters" value="do not insert"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_type_declaration" value="insert"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_type_arguments" value="insert"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.brace_position_for_anonymous_type_declaration" value="end_of_line"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_colon_in_case" value="do not insert"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_brace_in_array_initializer" value="do not insert"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.insert_new_line_in_empty_annotation_declaration" value="do not insert"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.insert_new_line_before_closing_brace_in_array_initializer" value="do not insert"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_annotation" value="do not insert"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.blank_lines_before_field" value="0"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_while" value="do not insert"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.wrap_prefer_two_fragments" value="false"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_annotation_type_member_declaration" value="do not insert"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.insert_new_line_before_else_in_if_statement" value="do not insert"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_prefix_operator" value="do not insert"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.keep_else_statement_on_same_line" value="false"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_ellipsis" value="insert"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.comment.insert_new_line_for_parameter" value="do not insert"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.wrap_comment_inline_tags" value="true"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_annotation_type_declaration" value="insert"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.indent_breaks_compare_to_cases" value="true"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_at_in_annotation" value="do not insert"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.alignment_for_local_variable_declaration" value="16"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.alignment_for_multiple_fields" value="16"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.alignment_for_annotations_on_parameter" value="16|-1|24"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.alignment_for_expressions_in_array_initializer" value="16|5|80"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.alignment_for_conditional_expression" value="48"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_for" value="insert"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_binary_operator" value="insert"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_question_in_wildcard" value="do not insert"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.brace_position_for_array_initializer" value="end_of_line"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_enum_constant" value="do not insert"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.insert_new_line_before_finally_in_try_statement" value="do not insert"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.insert_new_line_before_catch_in_try_statement" value="do not insert"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_while" value="insert"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.blank_lines_after_package" value="1"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.sort_type_annotations" value="true"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_type_parameters" value="insert"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.continuation_indentation" value="2"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_postfix_operator" value="do not insert"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.alignment_for_arguments_in_method_invocation" value="16|5|48"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_type_arguments" value="do not insert"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_superinterfaces" value="do not insert"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.blank_lines_before_new_chunk" value="1"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_binary_operator" value="insert"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.blank_lines_before_package" value="0"/> | ||
| +<setting id="org.eclipse.jdt.core.compiler.source" value="1.5"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_enum_constant_arguments" value="insert"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_constructor_declaration" value="do not insert"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.comment.format_line_comments" value="true"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_closing_angle_bracket_in_type_arguments" value="do not insert"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.alignment_for_annotations_on_type_declaration" value="569|-1|569"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_enum_declarations" value="insert"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.join_wrapped_lines" value="true"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_block" value="insert"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.alignment_for_arguments_in_explicit_constructor_call" value="16|5|48"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.wrap_non_simple_local_variable_annotation" value="true"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_invocation_arguments" value="do not insert"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.blank_lines_before_member_type" value="0"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.align_type_members_on_columns" value="false"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_enum_constant" value="do not insert"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.sort_parameter_annotations" value="false"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_for" value="do not insert"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_method_declaration" value="insert"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.alignment_for_selector_in_method_invocation" value="16|3|49"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_switch" value="do not insert"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_unary_operator" value="do not insert"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_colon_in_case" value="insert"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.comment.indent_parameter_description" value="false"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_method_declaration" value="do not insert"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_switch" value="do not insert"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_enum_declaration" value="insert"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_type_parameters" value="do not insert"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.insert_new_line_in_empty_type_declaration" value="do not insert"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.comment.clear_blank_lines_in_block_comment" value="false"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.lineSplit" value="100"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_if" value="insert"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.insert_space_between_brackets_in_array_type_reference" value="do not insert"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_parenthesized_expression" value="do not insert"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_explicitconstructorcall_arguments" value="do not insert"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_constructor_declaration" value="insert"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.blank_lines_before_first_class_body_declaration" value="0"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.indentation.size" value="4"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_method_declaration" value="do not insert"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_enum_constant" value="do not insert"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.alignment_for_assignment" value="16"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.alignment_for_superclass_in_type_declaration" value="32"/> | ||
| +<setting id="org.eclipse.jdt.core.compiler.problem.assertIdentifier" value="error"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.tabulation.char" value="space"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_constructor_declaration_parameters" value="insert"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_prefix_operator" value="do not insert"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.indent_statements_compare_to_body" value="true"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.blank_lines_before_method" value="1"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.wrap_non_simple_type_annotation" value="true"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.format_guardian_clause_on_one_line" value="false"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_colon_in_for" value="insert"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.alignment_for_field_declaration" value="16"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_cast" value="do not insert"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.alignment_for_parameters_in_constructor_declaration" value="16|5|48"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_colon_in_labeled_statement" value="insert"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.brace_position_for_annotation_type_declaration" value="end_of_line"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.insert_new_line_in_empty_method_body" value="do not insert"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_method_invocation" value="do not insert"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_bracket_in_array_allocation_expression" value="do not insert"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_enum_constant" value="insert"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_annotation" value="do not insert"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_at_in_annotation_type_declaration" value="do not insert"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_declaration_throws" value="do not insert"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_if" value="do not insert"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.brace_position_for_switch" value="end_of_line"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_declaration_throws" value="insert"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_parenthesized_expression_in_return" value="insert"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_annotation" value="do not insert"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_question_in_conditional" value="insert"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_question_in_wildcard" value="do not insert"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_bracket_in_array_allocation_expression" value="do not insert"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_parenthesized_expression_in_throw" value="insert"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_type_arguments" value="do not insert"/> | ||
| +<setting id="org.eclipse.jdt.core.compiler.problem.enumIdentifier" value="error"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_switch" value="true"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.alignment_for_generic_type_arguments" value="16|-1|16"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.comment_new_line_at_start_of_html_paragraph" value="false"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_ellipsis" value="do not insert"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.brace_position_for_block" value="end_of_line"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.sort_package_annotations" value="false"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_for_inits" value="do not insert"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.brace_position_for_method_declaration" value="end_of_line"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.compact_else_if" value="true"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.wrap_non_simple_parameter_annotation" value="false"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_array_initializer" value="do not insert"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_for_increments" value="insert"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_bracket_in_array_reference" value="do not insert"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.comment.indent_root_tags" value="true"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.brace_position_for_enum_constant" value="end_of_line"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_enum_declarations" value="do not insert"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_explicitconstructorcall_arguments" value="insert"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_switch" value="insert"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_declaration_parameters" value="do not insert"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_superinterfaces" value="insert"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_allocation_expression" value="do not insert"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.tabulation.size" value="2"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_type_reference" value="do not insert"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.insert_new_line_after_opening_brace_in_array_initializer" value="do not insert"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_closing_brace_in_block" value="insert"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_reference" value="do not insert"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.insert_new_line_in_empty_enum_constant" value="do not insert"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_type_arguments" value="do not insert"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_constructor_declaration" value="do not insert"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_if" value="do not insert"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_constructor_declaration_throws" value="do not insert"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.alignment_for_annotations_on_member" value="536|1|569"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.comment.clear_blank_lines_in_javadoc_comment" value="false"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.alignment_for_throws_clause_in_constructor_declaration" value="16|4|48"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_assignment_operator" value="insert"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_assignment_operator" value="insert"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.indent_empty_lines" value="false"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_synchronized" value="do not insert"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_closing_paren_in_cast" value="insert"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_declaration_parameters" value="insert"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.force_if_else_statement_brace" value="true"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.brace_position_for_block_in_case" value="end_of_line"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.number_of_empty_lines_to_preserve" value="3"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.wrap_non_simple_package_annotation" value="true"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_method_declaration" value="do not insert"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_catch" value="do not insert"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_constructor_declaration" value="do not insert"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.sort_member_annotations" value="true"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_method_invocation" value="do not insert"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_bracket_in_array_reference" value="do not insert"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_and_in_type_parameter" value="insert"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.alignment_for_arguments_in_qualified_allocation_expression" value="16|4|48"/> | ||
| +<setting id="org.eclipse.jdt.core.compiler.compliance" value="1.5"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.continuation_indentation_for_array_initializer" value="2"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.insert_space_between_empty_brackets_in_array_allocation_expression" value="do not insert"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_at_in_annotation_type_declaration" value="insert"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.alignment_for_arguments_in_allocation_expression" value="16|5|48"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_cast" value="do not insert"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_unary_operator" value="do not insert"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.alignment_for_new_anonymous_class" value="33"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_parameterized_type_reference" value="do not insert"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_anonymous_type_declaration" value="insert"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.keep_empty_array_initializer_on_one_line" value="false"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.insert_new_line_in_empty_enum_declaration" value="do not insert"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.keep_imple_if_on_one_line" value="true"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_constructor_declaration_parameters" value="do not insert"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_closing_angle_bracket_in_type_parameters" value="insert"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.insert_new_line_at_end_of_file_if_missing" value="insert"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_colon_in_for" value="insert"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_colon_in_labeled_statement" value="do not insert"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_parameterized_type_reference" value="do not insert"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_type_declaration" value="32|4|80"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.alignment_for_binary_expression" value="16"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.brace_position_for_enum_declaration" value="end_of_line"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_while" value="do not insert"/> | ||
| +<setting id="org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode" value="enabled"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.put_empty_statement_on_new_line" value="false"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_type_parameters" value="do not insert"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_method_invocation" value="do not insert"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.insert_new_line_before_while_in_do_statement" value="do not insert"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.alignment_for_arguments_in_enum_constant" value="16"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.comment.format_javadoc_comments" value="true"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.comment.line_length" value="100"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.blank_lines_between_import_groups" value="1"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_enum_constant_arguments" value="do not insert"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_semicolon" value="do not insert"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.brace_position_for_constructor_declaration" value="end_of_line"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.number_of_blank_lines_at_beginning_of_method_body" value="0"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_colon_in_conditional" value="insert"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_type_header" value="true"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_annotation_type_member_declaration" value="do not insert"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.wrap_before_binary_operator" value="true"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_enum_declaration_header" value="true"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.blank_lines_between_type_declarations" value="2"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_synchronized" value="do not insert"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.indent_statements_compare_to_block" value="true"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_enum_declaration" value="32|4|81"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.join_lines_in_comments" value="true"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_question_in_conditional" value="insert"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_multiple_field_declarations" value="do not insert"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.alignment_for_compact_if" value="16"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_for_inits" value="insert"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_cases" value="true"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_array_initializer" value="insert"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_colon_in_default" value="do not insert"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_and_in_type_parameter" value="insert"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_constructor_declaration" value="do not insert"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.blank_lines_before_imports" value="0"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_colon_in_assert" value="insert"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.comment.format_html" value="true"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.alignment_for_throws_clause_in_method_declaration" value="16|4|48"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_type_parameters" value="do not insert"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_allocation_expression" value="do not insert"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.insert_new_line_in_empty_anonymous_type_declaration" value="do not insert"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_colon_in_conditional" value="insert"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_parameterized_type_reference" value="do not insert"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_for" value="do not insert"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_postfix_operator" value="do not insert"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.comment.format_source_code" value="false"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_synchronized" value="insert"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_allocation_expression" value="insert"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_constructor_declaration_throws" value="insert"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.alignment_for_parameters_in_method_declaration" value="16|5|48"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_brace_in_array_initializer" value="do not insert"/> | ||
| +<setting id="org.eclipse.jdt.core.compiler.codegen.targetPlatform" value="1.5"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.use_tabs_only_for_leading_indentations" value="false"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.alignment_for_arguments_in_annotation" value="16|-1|16"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.comment.format_header" value="true"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.comment.format_block_comments" value="true"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_enum_constant" value="do not insert"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.alignment_for_enum_constants" value="16|5|48"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.insert_new_line_in_empty_block" value="do not insert"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_annotation_declaration_header" value="true"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_parenthesized_expression" value="do not insert"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_parenthesized_expression" value="do not insert"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_catch" value="do not insert"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_multiple_local_declarations" value="do not insert"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_switch" value="insert"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_for_increments" value="do not insert"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_method_invocation" value="do not insert"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_colon_in_assert" value="insert"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.brace_position_for_type_declaration" value="end_of_line"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_array_initializer" value="insert"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.sort_local_variable_annotations" value="true"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.insert_space_between_empty_braces_in_array_initializer" value="do not insert"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.wrap_non_simple_member_annotation" value="true"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.alignment_for_annotations_on_local_variable" value="569|-1|569"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_method_declaration" value="do not insert"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_semicolon_in_for" value="do not insert"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_catch" value="insert"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.alignment_for_annotations_on_package_declaration" value="569|-1|569"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_parameterized_type_reference" value="do not insert"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_multiple_field_declarations" value="insert"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_annotation" value="do not insert"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_parameterized_type_reference" value="insert"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_invocation_arguments" value="insert"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.blank_lines_after_imports" value="1"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_multiple_local_declarations" value="insert"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_enum_constant_header" value="true"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.insert_space_after_semicolon_in_for" value="insert"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.never_indent_line_comments_on_first_column" value="false"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.alignment_for_for_statement" value="16"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_type_arguments" value="do not insert"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.never_indent_block_comments_on_first_column" value="false"/> | ||
| +<setting id="org.eclipse.jdt.core.formatter.keep_then_statement_on_same_line" value="false"/> | ||
| +</profile> | ||
| +</profiles> |
476
intellij-java-google-style.xml
| @@ -0,0 +1,476 @@ | ||
| +<?xml version="1.0" encoding="UTF-8"?> | ||
| +<code_scheme name="GoogleStyle"> | ||
| + <option name="JAVA_INDENT_OPTIONS"> | ||
| + <value> | ||
| + <option name="INDENT_SIZE" value="2" /> | ||
| + <option name="CONTINUATION_INDENT_SIZE" value="4" /> | ||
| + <option name="TAB_SIZE" value="8" /> | ||
| + <option name="USE_TAB_CHARACTER" value="false" /> | ||
| + <option name="SMART_TABS" value="false" /> | ||
| + <option name="LABEL_INDENT_SIZE" value="0" /> | ||
| + <option name="LABEL_INDENT_ABSOLUTE" value="false" /> | ||
| + <option name="USE_RELATIVE_INDENTS" value="false" /> | ||
| + </value> | ||
| + </option> | ||
| + <option name="CLASS_COUNT_TO_USE_IMPORT_ON_DEMAND" value="99" /> | ||
| + <option name="NAMES_COUNT_TO_USE_IMPORT_ON_DEMAND" value="99" /> | ||
| + <option name="IMPORT_LAYOUT_TABLE"> | ||
| + <value> | ||
| + <package name="com.google" withSubpackages="true" static="false" /> | ||
| + <emptyLine /> | ||
| + <package name="android" withSubpackages="true" static="false" /> | ||
| + <emptyLine /> | ||
| + <package name="antenna" withSubpackages="true" static="false" /> | ||
| + <emptyLine /> | ||
| + <package name="antlr" withSubpackages="true" static="false" /> | ||
| + <emptyLine /> | ||
| + <package name="ar" withSubpackages="true" static="false" /> | ||
| + <emptyLine /> | ||
| + <package name="asposewobfuscated" withSubpackages="true" static="false" /> | ||
| + <emptyLine /> | ||
| + <package name="asquare" withSubpackages="true" static="false" /> | ||
| + <emptyLine /> | ||
| + <package name="atg" withSubpackages="true" static="false" /> | ||
| + <emptyLine /> | ||
| + <package name="au" withSubpackages="true" static="false" /> | ||
| + <emptyLine /> | ||
| + <package name="beaver" withSubpackages="true" static="false" /> | ||
| + <emptyLine /> | ||
| + <package name="bibtex" withSubpackages="true" static="false" /> | ||
| + <emptyLine /> | ||
| + <package name="bmsi" withSubpackages="true" static="false" /> | ||
| + <emptyLine /> | ||
| + <package name="bsh" withSubpackages="true" static="false" /> | ||
| + <emptyLine /> | ||
| + <package name="ccl" withSubpackages="true" static="false" /> | ||
| + <emptyLine /> | ||
| + <package name="cern" withSubpackages="true" static="false" /> | ||
| + <emptyLine /> | ||
| + <package name="ChartDirector" withSubpackages="true" static="false" /> | ||
| + <emptyLine /> | ||
| + <package name="checkers" withSubpackages="true" static="false" /> | ||
| + <emptyLine /> | ||
| + <package name="com" withSubpackages="true" static="false" /> | ||
| + <emptyLine /> | ||
| + <package name="COM" withSubpackages="true" static="false" /> | ||
| + <emptyLine /> | ||
| + <package name="common" withSubpackages="true" static="false" /> | ||
| + <emptyLine /> | ||
| + <package name="contribs" withSubpackages="true" static="false" /> | ||
| + <emptyLine /> | ||
| + <package name="corejava" withSubpackages="true" static="false" /> | ||
| + <emptyLine /> | ||
| + <package name="cryptix" withSubpackages="true" static="false" /> | ||
| + <emptyLine /> | ||
| + <package name="cybervillains" withSubpackages="true" static="false" /> | ||
| + <emptyLine /> | ||
| + <package name="dalvik" withSubpackages="true" static="false" /> | ||
| + <emptyLine /> | ||
| + <package name="danbikel" withSubpackages="true" static="false" /> | ||
| + <emptyLine /> | ||
| + <package name="de" withSubpackages="true" static="false" /> | ||
| + <emptyLine /> | ||
| + <package name="EDU" withSubpackages="true" static="false" /> | ||
| + <emptyLine /> | ||
| + <package name="eg" withSubpackages="true" static="false" /> | ||
| + <emptyLine /> | ||
| + <package name="eu" withSubpackages="true" static="false" /> | ||
| + <emptyLine /> | ||
| + <package name="examples" withSubpackages="true" static="false" /> | ||
| + <emptyLine /> | ||
| + <package name="fat" withSubpackages="true" static="false" /> | ||
| + <emptyLine /> | ||
| + <package name="fit" withSubpackages="true" static="false" /> | ||
| + <emptyLine /> | ||
| + <package name="fitlibrary" withSubpackages="true" static="false" /> | ||
| + <emptyLine /> | ||
| + <package name="fmpp" withSubpackages="true" static="false" /> | ||
| + <emptyLine /> | ||
| + <package name="freemarker" withSubpackages="true" static="false" /> | ||
| + <emptyLine /> | ||
| + <package name="gnu" withSubpackages="true" static="false" /> | ||
| + <emptyLine /> | ||
| + <package name="groovy" withSubpackages="true" static="false" /> | ||
| + <emptyLine /> | ||
| + <package name="groovyjarjarantlr" withSubpackages="true" static="false" /> | ||
| + <emptyLine /> | ||
| + <package name="groovyjarjarasm" withSubpackages="true" static="false" /> | ||
| + <emptyLine /> | ||
| + <package name="hak" withSubpackages="true" static="false" /> | ||
| + <emptyLine /> | ||
| + <package name="hep" withSubpackages="true" static="false" /> | ||
| + <emptyLine /> | ||
| + <package name="ie" withSubpackages="true" static="false" /> | ||
| + <emptyLine /> | ||
| + <package name="imageinfo" withSubpackages="true" static="false" /> | ||
| + <emptyLine /> | ||
| + <package name="info" withSubpackages="true" static="false" /> | ||
| + <emptyLine /> | ||
| + <package name="it" withSubpackages="true" static="false" /> | ||
| + <emptyLine /> | ||
| + <package name="jal" withSubpackages="true" static="false" /> | ||
| + <emptyLine /> | ||
| + <package name="Jama" withSubpackages="true" static="false" /> | ||
| + <emptyLine /> | ||
| + <package name="japa" withSubpackages="true" static="false" /> | ||
| + <emptyLine /> | ||
| + <package name="japacheckers" withSubpackages="true" static="false" /> | ||
| + <emptyLine /> | ||
| + <package name="jas" withSubpackages="true" static="false" /> | ||
| + <emptyLine /> | ||
| + <package name="jasmin" withSubpackages="true" static="false" /> | ||
| + <emptyLine /> | ||
| + <package name="javancss" withSubpackages="true" static="false" /> | ||
| + <emptyLine /> | ||
| + <package name="javanet" withSubpackages="true" static="false" /> | ||
| + <emptyLine /> | ||
| + <package name="javassist" withSubpackages="true" static="false" /> | ||
| + <emptyLine /> | ||
| + <package name="javazoom" withSubpackages="true" static="false" /> | ||
| + <emptyLine /> | ||
| + <package name="java_cup" withSubpackages="true" static="false" /> | ||
| + <emptyLine /> | ||
| + <package name="jcifs" withSubpackages="true" static="false" /> | ||
| + <emptyLine /> | ||
| + <package name="jetty" withSubpackages="true" static="false" /> | ||
| + <emptyLine /> | ||
| + <package name="JFlex" withSubpackages="true" static="false" /> | ||
| + <emptyLine /> | ||
| + <package name="jj2000" withSubpackages="true" static="false" /> | ||
| + <emptyLine /> | ||
| + <package name="jline" withSubpackages="true" static="false" /> | ||
| + <emptyLine /> | ||
| + <package name="jp" withSubpackages="true" static="false" /> | ||
| + <emptyLine /> | ||
| + <package name="JSci" withSubpackages="true" static="false" /> | ||
| + <emptyLine /> | ||
| + <package name="jsr166y" withSubpackages="true" static="false" /> | ||
| + <emptyLine /> | ||
| + <package name="junit" withSubpackages="true" static="false" /> | ||
| + <emptyLine /> | ||
| + <package name="jxl" withSubpackages="true" static="false" /> | ||
| + <emptyLine /> | ||
| + <package name="jxxload_help" withSubpackages="true" static="false" /> | ||
| + <emptyLine /> | ||
| + <package name="kawa" withSubpackages="true" static="false" /> | ||
| + <emptyLine /> | ||
| + <package name="kea" withSubpackages="true" static="false" /> | ||
| + <emptyLine /> | ||
| + <package name="libcore" withSubpackages="true" static="false" /> | ||
| + <emptyLine /> | ||
| + <package name="libsvm" withSubpackages="true" static="false" /> | ||
| + <emptyLine /> | ||
| + <package name="lti" withSubpackages="true" static="false" /> | ||
| + <emptyLine /> | ||
| + <package name="memetic" withSubpackages="true" static="false" /> | ||
| + <emptyLine /> | ||
| + <package name="mt" withSubpackages="true" static="false" /> | ||
| + <emptyLine /> | ||
| + <package name="mx4j" withSubpackages="true" static="false" /> | ||
| + <emptyLine /> | ||
| + <package name="net" withSubpackages="true" static="false" /> | ||
| + <emptyLine /> | ||
| + <package name="netscape" withSubpackages="true" static="false" /> | ||
| + <emptyLine /> | ||
| + <package name="nl" withSubpackages="true" static="false" /> | ||
| + <emptyLine /> | ||
| + <package name="nu" withSubpackages="true" static="false" /> | ||
| + <emptyLine /> | ||
| + <package name="oauth" withSubpackages="true" static="false" /> | ||
| + <emptyLine /> | ||
| + <package name="ognl" withSubpackages="true" static="false" /> | ||
| + <emptyLine /> | ||
| + <package name="opennlp" withSubpackages="true" static="false" /> | ||
| + <emptyLine /> | ||
| + <package name="oracle" withSubpackages="true" static="false" /> | ||
| + <emptyLine /> | ||
| + <package name="org" withSubpackages="true" static="false" /> | ||
| + <emptyLine /> | ||
| + <package name="penn2dg" withSubpackages="true" static="false" /> | ||
| + <emptyLine /> | ||
| + <package name="pennconverter" withSubpackages="true" static="false" /> | ||
| + <emptyLine /> | ||
| + <package name="pl" withSubpackages="true" static="false" /> | ||
| + <emptyLine /> | ||
| + <package name="prefuse" withSubpackages="true" static="false" /> | ||
| + <emptyLine /> | ||
| + <package name="proguard" withSubpackages="true" static="false" /> | ||
| + <emptyLine /> | ||
| + <package name="repackage" withSubpackages="true" static="false" /> | ||
| + <emptyLine /> | ||
| + <package name="scm" withSubpackages="true" static="false" /> | ||
| + <emptyLine /> | ||
| + <package name="se" withSubpackages="true" static="false" /> | ||
| + <emptyLine /> | ||
| + <package name="serp" withSubpackages="true" static="false" /> | ||
| + <emptyLine /> | ||
| + <package name="simple" withSubpackages="true" static="false" /> | ||
| + <emptyLine /> | ||
| + <package name="soot" withSubpackages="true" static="false" /> | ||
| + <emptyLine /> | ||
| + <package name="sqlj" withSubpackages="true" static="false" /> | ||
| + <emptyLine /> | ||
| + <package name="src" withSubpackages="true" static="false" /> | ||
| + <emptyLine /> | ||
| + <package name="ssa" withSubpackages="true" static="false" /> | ||
| + <emptyLine /> | ||
| + <package name="sun" withSubpackages="true" static="false" /> | ||
| + <emptyLine /> | ||
| + <package name="sunlabs" withSubpackages="true" static="false" /> | ||
| + <emptyLine /> | ||
| + <package name="tcl" withSubpackages="true" static="false" /> | ||
| + <emptyLine /> | ||
| + <package name="testdata" withSubpackages="true" static="false" /> | ||
| + <emptyLine /> | ||
| + <package name="testshell" withSubpackages="true" static="false" /> | ||
| + <emptyLine /> | ||
| + <package name="testsuite" withSubpackages="true" static="false" /> | ||
| + <emptyLine /> | ||
| + <package name="twitter4j" withSubpackages="true" static="false" /> | ||
| + <emptyLine /> | ||
| + <package name="uk" withSubpackages="true" static="false" /> | ||
| + <emptyLine /> | ||
| + <package name="ViolinStrings" withSubpackages="true" static="false" /> | ||
| + <emptyLine /> | ||
| + <package name="weka" withSubpackages="true" static="false" /> | ||
| + <emptyLine /> | ||
| + <package name="wet" withSubpackages="true" static="false" /> | ||
| + <emptyLine /> | ||
| + <package name="winstone" withSubpackages="true" static="false" /> | ||
| + <emptyLine /> | ||
| + <package name="woolfel" withSubpackages="true" static="false" /> | ||
| + <emptyLine /> | ||
| + <package name="wowza" withSubpackages="true" static="false" /> | ||
| + <emptyLine /> | ||
| + <package name="java" withSubpackages="true" static="false" /> | ||
| + <emptyLine /> | ||
| + <package name="javax" withSubpackages="true" static="false" /> | ||
| + <emptyLine /> | ||
| + <package name="" withSubpackages="true" static="false" /> | ||
| + <emptyLine /> | ||
| + <package name="" withSubpackages="true" static="true" /> | ||
| + </value> | ||
| + </option> | ||
| + <option name="RIGHT_MARGIN" value="100" /> | ||
| + <option name="JD_P_AT_EMPTY_LINES" value="false" /> | ||
| + <option name="JD_KEEP_EMPTY_PARAMETER" value="false" /> | ||
| + <option name="JD_KEEP_EMPTY_EXCEPTION" value="false" /> | ||
| + <option name="JD_KEEP_EMPTY_RETURN" value="false" /> | ||
| + <option name="KEEP_CONTROL_STATEMENT_IN_ONE_LINE" value="false" /> | ||
| + <option name="KEEP_BLANK_LINES_IN_CODE" value="1" /> | ||
| + <option name="BLANK_LINES_AFTER_CLASS_HEADER" value="1" /> | ||
| + <option name="ALIGN_MULTILINE_PARAMETERS_IN_CALLS" value="true" /> | ||
| + <option name="ALIGN_MULTILINE_BINARY_OPERATION" value="true" /> | ||
| + <option name="ALIGN_MULTILINE_ASSIGNMENT" value="true" /> | ||
| + <option name="ALIGN_MULTILINE_TERNARY_OPERATION" value="true" /> | ||
| + <option name="ALIGN_MULTILINE_THROWS_LIST" value="true" /> | ||
| + <option name="ALIGN_MULTILINE_EXTENDS_LIST" value="true" /> | ||
| + <option name="ALIGN_MULTILINE_PARENTHESIZED_EXPRESSION" value="true" /> | ||
| + <option name="ALIGN_MULTILINE_ARRAY_INITIALIZER_EXPRESSION" value="true" /> | ||
| + <option name="CALL_PARAMETERS_WRAP" value="1" /> | ||
| + <option name="METHOD_PARAMETERS_WRAP" value="1" /> | ||
| + <option name="EXTENDS_LIST_WRAP" value="1" /> | ||
| + <option name="THROWS_LIST_WRAP" value="1" /> | ||
| + <option name="EXTENDS_KEYWORD_WRAP" value="1" /> | ||
| + <option name="THROWS_KEYWORD_WRAP" value="1" /> | ||
| + <option name="METHOD_CALL_CHAIN_WRAP" value="1" /> | ||
| + <option name="BINARY_OPERATION_WRAP" value="1" /> | ||
| + <option name="BINARY_OPERATION_SIGN_ON_NEXT_LINE" value="true" /> | ||
| + <option name="TERNARY_OPERATION_WRAP" value="1" /> | ||
| + <option name="TERNARY_OPERATION_SIGNS_ON_NEXT_LINE" value="true" /> | ||
| + <option name="FOR_STATEMENT_WRAP" value="1" /> | ||
| + <option name="ARRAY_INITIALIZER_WRAP" value="1" /> | ||
| + <option name="ASSIGNMENT_WRAP" value="5" /> | ||
| + <option name="WRAP_COMMENTS" value="true" /> | ||
| + <option name="IF_BRACE_FORCE" value="3" /> | ||
| + <option name="DOWHILE_BRACE_FORCE" value="3" /> | ||
| + <option name="WHILE_BRACE_FORCE" value="3" /> | ||
| + <option name="FOR_BRACE_FORCE" value="3" /> | ||
| + <ADDITIONAL_INDENT_OPTIONS fileType="css"> | ||
| + <option name="INDENT_SIZE" value="4" /> | ||
| + <option name="CONTINUATION_INDENT_SIZE" value="8" /> | ||
| + <option name="TAB_SIZE" value="4" /> | ||
| + <option name="USE_TAB_CHARACTER" value="false" /> | ||
| + <option name="SMART_TABS" value="false" /> | ||
| + <option name="LABEL_INDENT_SIZE" value="0" /> | ||
| + <option name="LABEL_INDENT_ABSOLUTE" value="false" /> | ||
| + <option name="USE_RELATIVE_INDENTS" value="false" /> | ||
| + </ADDITIONAL_INDENT_OPTIONS> | ||
| + <ADDITIONAL_INDENT_OPTIONS fileType="haml"> | ||
| + <option name="INDENT_SIZE" value="2" /> | ||
| + <option name="CONTINUATION_INDENT_SIZE" value="8" /> | ||
| + <option name="TAB_SIZE" value="4" /> | ||
| + <option name="USE_TAB_CHARACTER" value="false" /> | ||
| + <option name="SMART_TABS" value="false" /> | ||
| + <option name="LABEL_INDENT_SIZE" value="0" /> | ||
| + <option name="LABEL_INDENT_ABSOLUTE" value="false" /> | ||
| + <option name="USE_RELATIVE_INDENTS" value="false" /> | ||
| + </ADDITIONAL_INDENT_OPTIONS> | ||
| + <ADDITIONAL_INDENT_OPTIONS fileType="java"> | ||
| + <option name="INDENT_SIZE" value="2" /> | ||
| + <option name="CONTINUATION_INDENT_SIZE" value="4" /> | ||
| + <option name="TAB_SIZE" value="8" /> | ||
| + <option name="USE_TAB_CHARACTER" value="false" /> | ||
| + <option name="SMART_TABS" value="false" /> | ||
| + <option name="LABEL_INDENT_SIZE" value="0" /> | ||
| + <option name="LABEL_INDENT_ABSOLUTE" value="false" /> | ||
| + <option name="USE_RELATIVE_INDENTS" value="false" /> | ||
| + </ADDITIONAL_INDENT_OPTIONS> | ||
| + <ADDITIONAL_INDENT_OPTIONS fileType="js"> | ||
| + <option name="INDENT_SIZE" value="4" /> | ||
| + <option name="CONTINUATION_INDENT_SIZE" value="4" /> | ||
| + <option name="TAB_SIZE" value="4" /> | ||
| + <option name="USE_TAB_CHARACTER" value="false" /> | ||
| + <option name="SMART_TABS" value="false" /> | ||
| + <option name="LABEL_INDENT_SIZE" value="0" /> | ||
| + <option name="LABEL_INDENT_ABSOLUTE" value="false" /> | ||
| + <option name="USE_RELATIVE_INDENTS" value="false" /> | ||
| + </ADDITIONAL_INDENT_OPTIONS> | ||
| + <ADDITIONAL_INDENT_OPTIONS fileType="jsp"> | ||
| + <option name="INDENT_SIZE" value="4" /> | ||
| + <option name="CONTINUATION_INDENT_SIZE" value="8" /> | ||
| + <option name="TAB_SIZE" value="4" /> | ||
| + <option name="USE_TAB_CHARACTER" value="false" /> | ||
| + <option name="SMART_TABS" value="false" /> | ||
| + <option name="LABEL_INDENT_SIZE" value="0" /> | ||
| + <option name="LABEL_INDENT_ABSOLUTE" value="false" /> | ||
| + <option name="USE_RELATIVE_INDENTS" value="false" /> | ||
| + </ADDITIONAL_INDENT_OPTIONS> | ||
| + <ADDITIONAL_INDENT_OPTIONS fileType="php"> | ||
| + <option name="INDENT_SIZE" value="4" /> | ||
| + <option name="CONTINUATION_INDENT_SIZE" value="8" /> | ||
| + <option name="TAB_SIZE" value="4" /> | ||
| + <option name="USE_TAB_CHARACTER" value="false" /> | ||
| + <option name="SMART_TABS" value="false" /> | ||
| + <option name="LABEL_INDENT_SIZE" value="0" /> | ||
| + <option name="LABEL_INDENT_ABSOLUTE" value="false" /> | ||
| + <option name="USE_RELATIVE_INDENTS" value="false" /> | ||
| + </ADDITIONAL_INDENT_OPTIONS> | ||
| + <ADDITIONAL_INDENT_OPTIONS fileType="sass"> | ||
| + <option name="INDENT_SIZE" value="2" /> | ||
| + <option name="CONTINUATION_INDENT_SIZE" value="8" /> | ||
| + <option name="TAB_SIZE" value="4" /> | ||
| + <option name="USE_TAB_CHARACTER" value="false" /> | ||
| + <option name="SMART_TABS" value="false" /> | ||
| + <option name="LABEL_INDENT_SIZE" value="0" /> | ||
| + <option name="LABEL_INDENT_ABSOLUTE" value="false" /> | ||
| + <option name="USE_RELATIVE_INDENTS" value="false" /> | ||
| + </ADDITIONAL_INDENT_OPTIONS> | ||
| + <ADDITIONAL_INDENT_OPTIONS fileType="xml"> | ||
| + <option name="INDENT_SIZE" value="4" /> | ||
| + <option name="CONTINUATION_INDENT_SIZE" value="8" /> | ||
| + <option name="TAB_SIZE" value="4" /> | ||
| + <option name="USE_TAB_CHARACTER" value="false" /> | ||
| + <option name="SMART_TABS" value="false" /> | ||
| + <option name="LABEL_INDENT_SIZE" value="0" /> | ||
| + <option name="LABEL_INDENT_ABSOLUTE" value="false" /> | ||
| + <option name="USE_RELATIVE_INDENTS" value="false" /> | ||
| + </ADDITIONAL_INDENT_OPTIONS> | ||
| + <ADDITIONAL_INDENT_OPTIONS fileType="yml"> | ||
| + <option name="INDENT_SIZE" value="2" /> | ||
| + <option name="CONTINUATION_INDENT_SIZE" value="8" /> | ||
| + <option name="TAB_SIZE" value="4" /> | ||
| + <option name="USE_TAB_CHARACTER" value="false" /> | ||
| + <option name="SMART_TABS" value="false" /> | ||
| + <option name="LABEL_INDENT_SIZE" value="0" /> | ||
| + <option name="LABEL_INDENT_ABSOLUTE" value="false" /> | ||
| + <option name="USE_RELATIVE_INDENTS" value="false" /> | ||
| + </ADDITIONAL_INDENT_OPTIONS> | ||
| + <codeStyleSettings language="ECMA Script Level 4"> | ||
| + <option name="KEEP_CONTROL_STATEMENT_IN_ONE_LINE" value="false" /> | ||
| + <option name="KEEP_BLANK_LINES_IN_CODE" value="1" /> | ||
| + <option name="BLANK_LINES_AFTER_CLASS_HEADER" value="1" /> | ||
| + <option name="ALIGN_MULTILINE_PARAMETERS_IN_CALLS" value="true" /> | ||
| + <option name="ALIGN_MULTILINE_BINARY_OPERATION" value="true" /> | ||
| + <option name="ALIGN_MULTILINE_ASSIGNMENT" value="true" /> | ||
| + <option name="ALIGN_MULTILINE_TERNARY_OPERATION" value="true" /> | ||
| + <option name="ALIGN_MULTILINE_THROWS_LIST" value="true" /> | ||
| + <option name="ALIGN_MULTILINE_EXTENDS_LIST" value="true" /> | ||
| + <option name="ALIGN_MULTILINE_PARENTHESIZED_EXPRESSION" value="true" /> | ||
| + <option name="ALIGN_MULTILINE_ARRAY_INITIALIZER_EXPRESSION" value="true" /> | ||
| + <option name="CALL_PARAMETERS_WRAP" value="1" /> | ||
| + <option name="METHOD_PARAMETERS_WRAP" value="1" /> | ||
| + <option name="EXTENDS_LIST_WRAP" value="1" /> | ||
| + <option name="THROWS_LIST_WRAP" value="1" /> | ||
| + <option name="EXTENDS_KEYWORD_WRAP" value="1" /> | ||
| + <option name="THROWS_KEYWORD_WRAP" value="1" /> | ||
| + <option name="METHOD_CALL_CHAIN_WRAP" value="1" /> | ||
| + <option name="BINARY_OPERATION_WRAP" value="1" /> | ||
| + <option name="BINARY_OPERATION_SIGN_ON_NEXT_LINE" value="true" /> | ||
| + <option name="TERNARY_OPERATION_WRAP" value="1" /> | ||
| + <option name="TERNARY_OPERATION_SIGNS_ON_NEXT_LINE" value="true" /> | ||
| + <option name="FOR_STATEMENT_WRAP" value="1" /> | ||
| + <option name="ARRAY_INITIALIZER_WRAP" value="1" /> | ||
| + <option name="ASSIGNMENT_WRAP" value="5" /> | ||
| + <option name="WRAP_COMMENTS" value="true" /> | ||
| + <option name="IF_BRACE_FORCE" value="3" /> | ||
| + <option name="DOWHILE_BRACE_FORCE" value="3" /> | ||
| + <option name="WHILE_BRACE_FORCE" value="3" /> | ||
| + <option name="FOR_BRACE_FORCE" value="3" /> | ||
| + <option name="PARENT_SETTINGS_INSTALLED" value="true" /> | ||
| + </codeStyleSettings> | ||
| + <codeStyleSettings language="JavaScript"> | ||
| + <option name="KEEP_CONTROL_STATEMENT_IN_ONE_LINE" value="false" /> | ||
| + <option name="KEEP_BLANK_LINES_IN_CODE" value="1" /> | ||
| + <option name="BLANK_LINES_AFTER_CLASS_HEADER" value="1" /> | ||
| + <option name="ALIGN_MULTILINE_PARAMETERS_IN_CALLS" value="true" /> | ||
| + <option name="ALIGN_MULTILINE_BINARY_OPERATION" value="true" /> | ||
| + <option name="ALIGN_MULTILINE_ASSIGNMENT" value="true" /> | ||
| + <option name="ALIGN_MULTILINE_TERNARY_OPERATION" value="true" /> | ||
| + <option name="ALIGN_MULTILINE_THROWS_LIST" value="true" /> | ||
| + <option name="ALIGN_MULTILINE_EXTENDS_LIST" value="true" /> | ||
| + <option name="ALIGN_MULTILINE_PARENTHESIZED_EXPRESSION" value="true" /> | ||
| + <option name="ALIGN_MULTILINE_ARRAY_INITIALIZER_EXPRESSION" value="true" /> | ||
| + <option name="CALL_PARAMETERS_WRAP" value="1" /> | ||
| + <option name="METHOD_PARAMETERS_WRAP" value="1" /> | ||
| + <option name="EXTENDS_LIST_WRAP" value="1" /> | ||
| + <option name="THROWS_LIST_WRAP" value="1" /> | ||
| + <option name="EXTENDS_KEYWORD_WRAP" value="1" /> | ||
| + <option name="THROWS_KEYWORD_WRAP" value="1" /> | ||
| + <option name="METHOD_CALL_CHAIN_WRAP" value="1" /> | ||
| + <option name="BINARY_OPERATION_WRAP" value="1" /> | ||
| + <option name="BINARY_OPERATION_SIGN_ON_NEXT_LINE" value="true" /> | ||
| + <option name="TERNARY_OPERATION_WRAP" value="1" /> | ||
| + <option name="TERNARY_OPERATION_SIGNS_ON_NEXT_LINE" value="true" /> | ||
| + <option name="FOR_STATEMENT_WRAP" value="1" /> | ||
| + <option name="ARRAY_INITIALIZER_WRAP" value="1" /> | ||
| + <option name="ASSIGNMENT_WRAP" value="5" /> | ||
| + <option name="WRAP_COMMENTS" value="true" /> | ||
| + <option name="IF_BRACE_FORCE" value="3" /> | ||
| + <option name="DOWHILE_BRACE_FORCE" value="3" /> | ||
| + <option name="WHILE_BRACE_FORCE" value="3" /> | ||
| + <option name="FOR_BRACE_FORCE" value="3" /> | ||
| + <option name="PARENT_SETTINGS_INSTALLED" value="true" /> | ||
| + </codeStyleSettings> | ||
| + <codeStyleSettings language="PHP"> | ||
| + <option name="KEEP_CONTROL_STATEMENT_IN_ONE_LINE" value="false" /> | ||
| + <option name="KEEP_BLANK_LINES_IN_CODE" value="1" /> | ||
| + <option name="BLANK_LINES_AFTER_CLASS_HEADER" value="1" /> | ||
| + <option name="ALIGN_MULTILINE_ASSIGNMENT" value="true" /> | ||
| + <option name="ALIGN_MULTILINE_TERNARY_OPERATION" value="true" /> | ||
| + <option name="ALIGN_MULTILINE_THROWS_LIST" value="true" /> | ||
| + <option name="ALIGN_MULTILINE_EXTENDS_LIST" value="true" /> | ||
| + <option name="ALIGN_MULTILINE_PARENTHESIZED_EXPRESSION" value="true" /> | ||
| + <option name="CALL_PARAMETERS_WRAP" value="1" /> | ||
| + <option name="METHOD_PARAMETERS_WRAP" value="1" /> | ||
| + <option name="EXTENDS_LIST_WRAP" value="1" /> | ||
| + <option name="THROWS_LIST_WRAP" value="1" /> | ||
| + <option name="EXTENDS_KEYWORD_WRAP" value="1" /> | ||
| + <option name="THROWS_KEYWORD_WRAP" value="1" /> | ||
| + <option name="METHOD_CALL_CHAIN_WRAP" value="1" /> | ||
| + <option name="BINARY_OPERATION_WRAP" value="1" /> | ||
| + <option name="BINARY_OPERATION_SIGN_ON_NEXT_LINE" value="true" /> | ||
| + <option name="TERNARY_OPERATION_WRAP" value="1" /> | ||
| + <option name="TERNARY_OPERATION_SIGNS_ON_NEXT_LINE" value="true" /> | ||
| + <option name="FOR_STATEMENT_WRAP" value="1" /> | ||
| + <option name="ARRAY_INITIALIZER_WRAP" value="1" /> | ||
| + <option name="ASSIGNMENT_WRAP" value="5" /> | ||
| + <option name="WRAP_COMMENTS" value="true" /> | ||
| + <option name="IF_BRACE_FORCE" value="3" /> | ||
| + <option name="DOWHILE_BRACE_FORCE" value="3" /> | ||
| + <option name="WHILE_BRACE_FORCE" value="3" /> | ||
| + <option name="FOR_BRACE_FORCE" value="3" /> | ||
| + <option name="PARENT_SETTINGS_INSTALLED" value="true" /> | ||
| + </codeStyleSettings> | ||
| +</code_scheme> | ||
| + |
0 comments on commit
0249a38