Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
apollo
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
openSource
apollo
Commits
1146860e
Commit
1146860e
authored
Feb 08, 2018
by
nobodyiam
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update code style
parent
3a9555c3
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
599 additions
and
430 deletions
+599
-430
eclipse-java-google-style.xml
apollo-buildtools/style/eclipse-java-google-style.xml
+98
-52
intellij-java-google-style.xml
apollo-buildtools/style/intellij-java-google-style.xml
+501
-378
No files found.
apollo-buildtools/style/eclipse-java-google-style.xml
View file @
1146860e
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<profiles
version=
"1
1
"
>
<profile
kind=
"CodeFormatterProfile"
name=
"GoogleStyle"
version=
"1
1
"
>
<profiles
version=
"1
3
"
>
<profile
kind=
"CodeFormatterProfile"
name=
"GoogleStyle"
version=
"1
3
"
>
<setting
id=
"org.eclipse.jdt.core.formatter.comment.insert_new_line_before_root_tags"
value=
"insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.disabling_tag"
value=
"@formatter:off"
/>
<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"
/>
...
...
@@ -9,11 +10,13 @@
<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.comment.new_lines_at_block_boundaries"
value=
"true"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.alignment_for_cascading_method_invocation_with_arguments.count_dependent"
value=
"16|-1|16"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_new_line_in_empty_annotation_declaration"
value=
"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.use_on_off_tags"
value=
"true"
/>
<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"
/>
...
...
@@ -21,53 +24,59 @@
<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=
"
tru
e"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.wrap_comment_inline_tags"
value=
"
fals
e"
/>
<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.alignment_for_annotations_on_parameter"
value=
"1040"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.alignment_for_expressions_in_array_initializer"
value=
"16"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.alignment_for_annotations_on_type.count_dependent"
value=
"1585|-1|1585"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.alignment_for_conditional_expression"
value=
"80"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_for"
value=
"insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.alignment_for_multiple_fields.count_dependent"
value=
"16|-1|16"
/>
<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_after_annotation_on_local_variable"
value=
"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.alignment_for_arguments_in_qualified_allocation_expression.count_dependent"
value=
"16|4|80"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.alignment_for_throws_clause_in_method_declaration.count_dependent"
value=
"16|4|48"
/>
<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.alignment_for_superinterfaces_in_enum_declaration.count_dependent"
value=
"16|4|49"
/>
<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.alignment_for_arguments_in_method_invocation"
value=
"16"
/>
<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.8"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.alignment_for_cascading_method_invocation_with_arguments"
value=
"16"
/>
<setting
id=
"org.eclipse.jdt.core.compiler.source"
value=
"1.7"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.alignment_for_throws_clause_in_constructor_declaration.count_dependent"
value=
"16|4|48"
/>
<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.alignment_for_arguments_in_explicit_constructor_call"
value=
"16"
/>
<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.blank_lines_before_member_type"
value=
"0"
/>
<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.
alignment_for_enum_constants.count_dependent"
value=
"16|5|48
"
/>
<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.alignment_for_selector_in_method_invocation"
value=
"16"
/>
<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"
/>
...
...
@@ -76,35 +85,43 @@
<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.insert_new_line_in_empty_type_declaration"
value=
"insert"
/>
<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.alignment_for_selector_in_method_invocation.count_dependent"
value=
"16|4|48"
/>
<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.insert_new_line_after_annotation_on_method"
value=
"insert"
/>
<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.enabling_tag"
value=
"@formatter:on"
/>
<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_annotations_on_package"
value=
"1585"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.alignment_for_superclass_in_type_declaration"
value=
"16"
/>
<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_semicolon_in_try_resources"
value=
"insert"
/>
<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_outer_expressions_when_nested"
value=
"true"
/>
<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.alignment_for_parameters_in_constructor_declaration"
value=
"16"
/>
<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.alignment_for_method_declaration"
value=
"0"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_try"
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"
/>
...
...
@@ -118,26 +135,33 @@
<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_after_opening_paren_in_try"
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.comment.preserve_white_space_between_code_and_line_comments"
value=
"false"
/>
<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.alignment_for_generic_type_arguments"
value=
"16"
/>
<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.comment_new_line_at_start_of_html_paragraph"
value=
"true"
/>
<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_after_comment_prefix"
value=
"do not insert
"
/>
<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.wrap_before_or_operator_multicatch"
value=
"true"
/>
<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.alignment_for_annotations_on_method"
value=
"1585"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.format_line_comment_starting_on_first_column"
value=
"true"
/>
<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.insert_new_line_after_annotation_on_field"
value=
"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.alignment_for_union_type_in_multicatch"
value=
"16"
/>
<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"
/>
...
...
@@ -151,13 +175,15 @@
<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.insert_space_after_opening_paren_in_if"
value=
"do not insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.alignment_for_arguments_in_method_invocation.count_dependent"
value=
"16|5|80"
/>
<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.alignment_for_
annotations_on_parameter.count_dependent"
value=
"1040|-1|1040
"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.
alignment_for_throws_clause_in_constructor_declaration"
value=
"16
"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_space_before_assignment_operator"
value=
"insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_space_after_assignment_operator"
value=
"insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.alignment_for_annotations_on_package.count_dependent"
value=
"1585|-1|1585"
/>
<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"
/>
...
...
@@ -169,43 +195,53 @@
<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.alignment_for_arguments_in_qualified_allocation_expression"
value=
"16"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.alignment_for_arguments_in_annotation.count_dependent"
value=
"16|-1|16"
/>
<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_a
rguments_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.alignment_for_a
nnotations_on_type"
value=
"1585
"
/>
<setting
id=
"org.eclipse.jdt.core.compiler.compliance"
value=
"1.
7
"
/>
<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.alignment_for_arguments_in_allocation_expression"
value=
"16"
/>
<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.alignment_for_new_anonymous_class"
value=
"
20
"
/>
<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.alignment_for_annotations_on_local_variable.count_dependent"
value=
"1585|-1|1585"
/>
<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_new_line_in_empty_enum_declaration"
value=
"insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.alignment_for_annotations_on_field.count_dependent"
value=
"1585|-1|1585"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.keep_imple_if_on_one_line"
value=
"false"
/>
<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_space_before_colon_in_labeled_statement"
value=
"do not 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_express
ion"
value=
"16"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.alignment_for_
parameters_in_constructor_declaration.count_dependent"
value=
"16|5
|80"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.alignment_for_
superinterfaces_in_type_declarat
ion"
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.alignment_for_binary_expression"
value=
"16"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_while"
value=
"do not insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_type"
value=
"insert"
/>
<setting
id=
"org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode"
value=
"enabled"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_try"
value=
"insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.put_empty_statement_on_new_line"
value=
"false"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_new_line_after_label"
value=
"do not insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_parameter"
value=
"do not insert"
/>
<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.alignment_for_arguments_in_enum_constant"
value=
"16"
/>
<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.count_dependent"
value=
"16|-1|16"
/>
<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_new_line_after_annotation_on_package"
value=
"insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.blank_lines_between_import_groups"
value=
"0"
/>
<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"
/>
...
...
@@ -214,11 +250,11 @@
<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.indent_body_declarations_compare_to_enum_declaration_header"
value=
"true"
/>
<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.alignment_for_superinterfaces_in_enum_declaration"
value=
"16"
/>
<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"
/>
...
...
@@ -231,58 +267,68 @@
<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.alignment_for_annotations_on_field"
value=
"1585"
/>
<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.alignment_for_throws_clause_in_method_declaration"
value=
"16"
/>
<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.alignment_for_expressions_in_array_initializer.count_dependent"
value=
"16|5|80"
/>
<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=
"
fals
e"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.comment.format_source_code"
value=
"
tru
e"
/>
<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.alignment_for_parameters_in_method_declaration"
value=
"16"
/>
<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.compiler.codegen.targetPlatform"
value=
"1.7"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.alignment_for_resources_in_try"
value=
"80"
/>
<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.alignment_for_arguments_in_annotation"
value=
"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.alignment_for_enum_constants"
value=
"0"
/>
<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.indent_body_declarations_compare_to_annotation_declaration_header"
value=
"true"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_new_line_in_empty_block"
value=
"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.alignment_for_superinterfaces_in_type_declaration.count_dependent"
value=
"16|4|48"
/>
<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.alignment_for_annotations_on_method.count_dependent"
value=
"1585|-1|1585"
/>
<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.alignment_for_binary_expression.count_dependent"
value=
"16|-1|16"
/>
<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.alignment_for_annotations_on_local_variable"
value=
"
1585
"
/>
<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.alignment_for_arguments_in_explicit_constructor_call.count_dependent"
value=
"16|5|80"
/>
<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.alignment_for_generic_type_arguments.count_dependent"
value=
"16|-1|16"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_space_after_comma_in_parameterized_type_reference"
value=
"insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.alignment_for_arguments_in_allocation_expression.count_dependent"
value=
"16|5|80"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_invocation_arguments"
value=
"insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.alignment_for_parameters_in_method_declaration.count_dependent"
value=
"16|5|80"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.comment.new_lines_at_javadoc_boundaries"
value=
"true"
/>
<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.insert_space_before_semicolon_in_try_resources"
value=
"do not insert"
/>
<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"
/>
...
...
apollo-buildtools/style/intellij-java-google-style.xml
View file @
1146860e
<?xml version="1.0" encoding="UTF-8"?>
<code_scheme
name=
"GoogleStyle"
>
<option
name=
"
JAVA
_INDENT_OPTIONS"
>
<option
name=
"
OTHER
_INDENT_OPTIONS"
>
<value>
<option
name=
"INDENT_SIZE"
value=
"2"
/>
<option
name=
"CONTINUATION_INDENT_SIZE"
value=
"4"
/>
<option
name=
"TAB_SIZE"
value=
"
8
"
/>
<option
name=
"TAB_SIZE"
value=
"
2
"
/>
<option
name=
"USE_TAB_CHARACTER"
value=
"false"
/>
<option
name=
"SMART_TABS"
value=
"false"
/>
<option
name=
"LABEL_INDENT_SIZE"
value=
"0"
/>
...
...
@@ -12,266 +12,35 @@
<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=
"INSERT_INNER_CLASS_IMPORTS"
value=
"true"
/>
<option
name=
"CLASS_COUNT_TO_USE_IMPORT_ON_DEMAND"
value=
"999"
/>
<option
name=
"NAMES_COUNT_TO_USE_IMPORT_ON_DEMAND"
value=
"999"
/>
<option
name=
"PACKAGES_TO_USE_IMPORT_ON_DEMAND"
>
<value
/>
</option>
<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"
/>
<package
name=
""
withSubpackages=
"true"
static=
"true"
/>
<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_ALIGN_PARAM_COMMENTS"
value=
"false"
/>
<option
name=
"JD_ALIGN_EXCEPTION_COMMENTS"
value=
"false"
/>
<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_BEFORE_RBRACE"
value=
"0"
/>
<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=
"BLANK_LINES_AFTER_CLASS_HEADER"
value=
"0"
/>
<option
name=
"ALIGN_MULTILINE_PARAMETERS"
value=
"false"
/>
<option
name=
"ALIGN_MULTILINE_FOR"
value=
"false"
/>
<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"
/>
...
...
@@ -280,152 +49,76 @@
<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=
"SPACE_BEFORE_ARRAY_INITIALIZER_LBRACE"
value=
"true"
/>
<AndroidXmlCodeStyleSettings>
<option
name=
"USE_CUSTOM_SETTINGS"
value=
"true"
/>
<option
name=
"LAYOUT_SETTINGS"
>
<value>
<option
name=
"INSERT_BLANK_LINE_BEFORE_TAG"
value=
"false"
/>
</value>
</option>
</AndroidXmlCodeStyleSettings>
<JSCodeStyleSettings>
<option
name=
"INDENT_CHAINED_CALLS"
value=
"false"
/>
</JSCodeStyleSettings>
<Python>
<option
name=
"USE_CONTINUATION_INDENT_FOR_ARGUMENTS"
value=
"true"
/>
</Python>
<TypeScriptCodeStyleSettings>
<option
name=
"INDENT_CHAINED_CALLS"
value=
"false"
/>
</TypeScriptCodeStyleSettings>
<XML>
<option
name=
"XML_ALIGN_ATTRIBUTES"
value=
"false"
/>
<option
name=
"XML_LEGACY_SETTINGS_IMPORTED"
value=
"true"
/>
</XML>
<codeStyleSettings
language=
"CSS"
>
<indentOptions>
<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>
<option
name=
"TAB_SIZE"
value=
"2"
/>
</indentOptions>
</codeStyleSettings>
<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=
"ALIGN_MULTILINE_PARAMETERS"
value=
"false"
/>
<option
name=
"ALIGN_MULTILINE_FOR"
value=
"false"
/>
<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"
>
<codeStyleSettings
language=
"HTML"
>
<indentOptions>
<option
name=
"INDENT_SIZE"
value=
"2"
/>
<option
name=
"CONTINUATION_INDENT_SIZE"
value=
"4"
/>
<option
name=
"TAB_SIZE"
value=
"2"
/>
</indentOptions>
</codeStyleSettings>
<codeStyleSettings
language=
"JAVA"
>
<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=
"ALIGN_MULTILINE_PARAMETERS"
value=
"false"
/>
<option
name=
"ALIGN_MULTILINE_RESOURCES"
value=
"false"
/>
<option
name=
"ALIGN_MULTILINE_FOR"
value=
"false"
/>
<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"
/>
...
...
@@ -434,42 +127,472 @@
<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"
/>
<indentOptions>
<option
name=
"INDENT_SIZE"
value=
"2"
/>
<option
name=
"CONTINUATION_INDENT_SIZE"
value=
"4"
/>
<option
name=
"TAB_SIZE"
value=
"2"
/>
</indentOptions>
</codeStyleSettings>
<codeStyleSettings
language=
"PHP"
>
<option
name=
"KEEP_CONTROL_STATEMENT_IN_ONE_LINE"
value=
"false"
/>
<codeStyleSettings
language=
"JSON"
>
<indentOptions>
<option
name=
"CONTINUATION_INDENT_SIZE"
value=
"4"
/>
<option
name=
"TAB_SIZE"
value=
"2"
/>
</indentOptions>
</codeStyleSettings>
<codeStyleSettings
language=
"JavaScript"
>
<option
name=
"RIGHT_MARGIN"
value=
"80"
/>
<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=
"ALIGN_MULTILINE_PARAMETERS"
value=
"false"
/>
<option
name=
"ALIGN_MULTILINE_FOR"
value=
"false"
/>
<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"
/>
<indentOptions>
<option
name=
"INDENT_SIZE"
value=
"2"
/>
<option
name=
"TAB_SIZE"
value=
"2"
/>
</indentOptions>
</codeStyleSettings>
<codeStyleSettings
language=
"PROTO"
>
<option
name=
"RIGHT_MARGIN"
value=
"80"
/>
<indentOptions>
<option
name=
"INDENT_SIZE"
value=
"2"
/>
<option
name=
"CONTINUATION_INDENT_SIZE"
value=
"2"
/>
<option
name=
"TAB_SIZE"
value=
"2"
/>
</indentOptions>
</codeStyleSettings>
<codeStyleSettings
language=
"protobuf"
>
<option
name=
"RIGHT_MARGIN"
value=
"80"
/>
<indentOptions>
<option
name=
"INDENT_SIZE"
value=
"2"
/>
<option
name=
"CONTINUATION_INDENT_SIZE"
value=
"2"
/>
<option
name=
"TAB_SIZE"
value=
"2"
/>
</indentOptions>
</codeStyleSettings>
<codeStyleSettings
language=
"Python"
>
<option
name=
"KEEP_BLANK_LINES_IN_CODE"
value=
"1"
/>
<option
name=
"RIGHT_MARGIN"
value=
"80"
/>
<option
name=
"ALIGN_MULTILINE_PARAMETERS"
value=
"false"
/>
<option
name=
"PARENT_SETTINGS_INSTALLED"
value=
"true"
/>
<indentOptions>
<option
name=
"INDENT_SIZE"
value=
"2"
/>
<option
name=
"CONTINUATION_INDENT_SIZE"
value=
"4"
/>
<option
name=
"TAB_SIZE"
value=
"2"
/>
</indentOptions>
</codeStyleSettings>
<codeStyleSettings
language=
"SASS"
>
<indentOptions>
<option
name=
"CONTINUATION_INDENT_SIZE"
value=
"4"
/>
<option
name=
"TAB_SIZE"
value=
"2"
/>
</indentOptions>
</codeStyleSettings>
<codeStyleSettings
language=
"SCSS"
>
<indentOptions>
<option
name=
"CONTINUATION_INDENT_SIZE"
value=
"4"
/>
<option
name=
"TAB_SIZE"
value=
"2"
/>
</indentOptions>
</codeStyleSettings>
<codeStyleSettings
language=
"TypeScript"
>
<indentOptions>
<option
name=
"INDENT_SIZE"
value=
"2"
/>
<option
name=
"TAB_SIZE"
value=
"2"
/>
</indentOptions>
</codeStyleSettings>
<codeStyleSettings
language=
"XML"
>
<indentOptions>
<option
name=
"INDENT_SIZE"
value=
"2"
/>
<option
name=
"CONTINUATION_INDENT_SIZE"
value=
"2"
/>
<option
name=
"TAB_SIZE"
value=
"2"
/>
</indentOptions>
<arrangement>
<rules>
<section>
<rule>
<match>
<AND>
<NAME>
xmlns:android
</NAME>
<XML_ATTRIBUTE
/>
<XML_NAMESPACE>
^$
</XML_NAMESPACE>
</AND>
</match>
</rule>
</section>
<section>
<rule>
<match>
<AND>
<NAME>
xmlns:.*
</NAME>
<XML_ATTRIBUTE
/>
<XML_NAMESPACE>
^$
</XML_NAMESPACE>
</AND>
</match>
<order>
BY_NAME
</order>
</rule>
</section>
<section>
<rule>
<match>
<AND>
<NAME>
.*:id
</NAME>
<XML_ATTRIBUTE
/>
<XML_NAMESPACE>
http://schemas.android.com/apk/res/android
</XML_NAMESPACE>
</AND>
</match>
</rule>
</section>
<section>
<rule>
<match>
<AND>
<NAME>
style
</NAME>
<XML_ATTRIBUTE
/>
<XML_NAMESPACE>
^$
</XML_NAMESPACE>
</AND>
</match>
</rule>
</section>
<section>
<rule>
<match>
<AND>
<NAME>
.*
</NAME>
<XML_ATTRIBUTE
/>
<XML_NAMESPACE>
^$
</XML_NAMESPACE>
</AND>
</match>
<order>
BY_NAME
</order>
</rule>
</section>
<section>
<rule>
<match>
<AND>
<NAME>
.*:.*Style
</NAME>
<XML_ATTRIBUTE
/>
<XML_NAMESPACE>
http://schemas.android.com/apk/res/android
</XML_NAMESPACE>
</AND>
</match>
<order>
BY_NAME
</order>
</rule>
</section>
<section>
<rule>
<match>
<AND>
<NAME>
.*:layout_width
</NAME>
<XML_ATTRIBUTE
/>
<XML_NAMESPACE>
http://schemas.android.com/apk/res/android
</XML_NAMESPACE>
</AND>
</match>
</rule>
</section>
<section>
<rule>
<match>
<AND>
<NAME>
.*:layout_height
</NAME>
<XML_ATTRIBUTE
/>
<XML_NAMESPACE>
http://schemas.android.com/apk/res/android
</XML_NAMESPACE>
</AND>
</match>
</rule>
</section>
<section>
<rule>
<match>
<AND>
<NAME>
.*:layout_weight
</NAME>
<XML_ATTRIBUTE
/>
<XML_NAMESPACE>
http://schemas.android.com/apk/res/android
</XML_NAMESPACE>
</AND>
</match>
</rule>
</section>
<section>
<rule>
<match>
<AND>
<NAME>
.*:layout_margin
</NAME>
<XML_ATTRIBUTE
/>
<XML_NAMESPACE>
http://schemas.android.com/apk/res/android
</XML_NAMESPACE>
</AND>
</match>
</rule>
</section>
<section>
<rule>
<match>
<AND>
<NAME>
.*:layout_marginTop
</NAME>
<XML_ATTRIBUTE
/>
<XML_NAMESPACE>
http://schemas.android.com/apk/res/android
</XML_NAMESPACE>
</AND>
</match>
</rule>
</section>
<section>
<rule>
<match>
<AND>
<NAME>
.*:layout_marginBottom
</NAME>
<XML_ATTRIBUTE
/>
<XML_NAMESPACE>
http://schemas.android.com/apk/res/android
</XML_NAMESPACE>
</AND>
</match>
</rule>
</section>
<section>
<rule>
<match>
<AND>
<NAME>
.*:layout_marginStart
</NAME>
<XML_ATTRIBUTE
/>
<XML_NAMESPACE>
http://schemas.android.com/apk/res/android
</XML_NAMESPACE>
</AND>
</match>
</rule>
</section>
<section>
<rule>
<match>
<AND>
<NAME>
.*:layout_marginEnd
</NAME>
<XML_ATTRIBUTE
/>
<XML_NAMESPACE>
http://schemas.android.com/apk/res/android
</XML_NAMESPACE>
</AND>
</match>
</rule>
</section>
<section>
<rule>
<match>
<AND>
<NAME>
.*:layout_marginLeft
</NAME>
<XML_ATTRIBUTE
/>
<XML_NAMESPACE>
http://schemas.android.com/apk/res/android
</XML_NAMESPACE>
</AND>
</match>
</rule>
</section>
<section>
<rule>
<match>
<AND>
<NAME>
.*:layout_marginRight
</NAME>
<XML_ATTRIBUTE
/>
<XML_NAMESPACE>
http://schemas.android.com/apk/res/android
</XML_NAMESPACE>
</AND>
</match>
</rule>
</section>
<section>
<rule>
<match>
<AND>
<NAME>
.*:layout_.*
</NAME>
<XML_ATTRIBUTE
/>
<XML_NAMESPACE>
http://schemas.android.com/apk/res/android
</XML_NAMESPACE>
</AND>
</match>
<order>
BY_NAME
</order>
</rule>
</section>
<section>
<rule>
<match>
<AND>
<NAME>
.*:padding
</NAME>
<XML_ATTRIBUTE
/>
<XML_NAMESPACE>
http://schemas.android.com/apk/res/android
</XML_NAMESPACE>
</AND>
</match>
</rule>
</section>
<section>
<rule>
<match>
<AND>
<NAME>
.*:paddingTop
</NAME>
<XML_ATTRIBUTE
/>
<XML_NAMESPACE>
http://schemas.android.com/apk/res/android
</XML_NAMESPACE>
</AND>
</match>
</rule>
</section>
<section>
<rule>
<match>
<AND>
<NAME>
.*:paddingBottom
</NAME>
<XML_ATTRIBUTE
/>
<XML_NAMESPACE>
http://schemas.android.com/apk/res/android
</XML_NAMESPACE>
</AND>
</match>
</rule>
</section>
<section>
<rule>
<match>
<AND>
<NAME>
.*:paddingStart
</NAME>
<XML_ATTRIBUTE
/>
<XML_NAMESPACE>
http://schemas.android.com/apk/res/android
</XML_NAMESPACE>
</AND>
</match>
</rule>
</section>
<section>
<rule>
<match>
<AND>
<NAME>
.*:paddingEnd
</NAME>
<XML_ATTRIBUTE
/>
<XML_NAMESPACE>
http://schemas.android.com/apk/res/android
</XML_NAMESPACE>
</AND>
</match>
</rule>
</section>
<section>
<rule>
<match>
<AND>
<NAME>
.*:paddingLeft
</NAME>
<XML_ATTRIBUTE
/>
<XML_NAMESPACE>
http://schemas.android.com/apk/res/android
</XML_NAMESPACE>
</AND>
</match>
</rule>
</section>
<section>
<rule>
<match>
<AND>
<NAME>
.*:paddingRight
</NAME>
<XML_ATTRIBUTE
/>
<XML_NAMESPACE>
http://schemas.android.com/apk/res/android
</XML_NAMESPACE>
</AND>
</match>
</rule>
</section>
<section>
<rule>
<match>
<AND>
<NAME>
.*
</NAME>
<XML_NAMESPACE>
http://schemas.android.com/apk/res/android
</XML_NAMESPACE>
</AND>
</match>
<order>
BY_NAME
</order>
</rule>
</section>
<section>
<rule>
<match>
<AND>
<NAME>
.*
</NAME>
<XML_NAMESPACE>
http://schemas.android.com/apk/res-auto
</XML_NAMESPACE>
</AND>
</match>
<order>
BY_NAME
</order>
</rule>
</section>
<section>
<rule>
<match>
<AND>
<NAME>
.*
</NAME>
<XML_NAMESPACE>
http://schemas.android.com/tools
</XML_NAMESPACE>
</AND>
</match>
<order>
BY_NAME
</order>
</rule>
</section>
<section>
<rule>
<match>
<AND>
<NAME>
.*
</NAME>
<XML_NAMESPACE>
.*
</XML_NAMESPACE>
</AND>
</match>
<order>
BY_NAME
</order>
</rule>
</section>
</rules>
</arrangement>
</codeStyleSettings>
<Objective-C>
<option
name=
"INDENT_NAMESPACE_MEMBERS"
value=
"0"
/>
<option
name=
"INDENT_C_STRUCT_MEMBERS"
value=
"2"
/>
<option
name=
"INDENT_CLASS_MEMBERS"
value=
"2"
/>
<option
name=
"INDENT_VISIBILITY_KEYWORDS"
value=
"1"
/>
<option
name=
"INDENT_INSIDE_CODE_BLOCK"
value=
"2"
/>
<option
name=
"KEEP_STRUCTURES_IN_ONE_LINE"
value=
"true"
/>
<option
name=
"FUNCTION_PARAMETERS_WRAP"
value=
"5"
/>
<option
name=
"FUNCTION_CALL_ARGUMENTS_WRAP"
value=
"5"
/>
<option
name=
"TEMPLATE_CALL_ARGUMENTS_WRAP"
value=
"5"
/>
<option
name=
"TEMPLATE_CALL_ARGUMENTS_ALIGN_MULTILINE"
value=
"true"
/>
<option
name=
"ALIGN_INIT_LIST_IN_COLUMNS"
value=
"false"
/>
<option
name=
"SPACE_BEFORE_SUPERCLASS_COLON"
value=
"false"
/>
</Objective-C>
<Objective-C-extensions>
<option
name=
"GENERATE_INSTANCE_VARIABLES_FOR_PROPERTIES"
value=
"ASK"
/>
<option
name=
"RELEASE_STYLE"
value=
"IVAR"
/>
<option
name=
"TYPE_QUALIFIERS_PLACEMENT"
value=
"BEFORE"
/>
<file>
<option
name=
"com.jetbrains.cidr.lang.util.OCDeclarationKind"
value=
"Import"
/>
<option
name=
"com.jetbrains.cidr.lang.util.OCDeclarationKind"
value=
"Macro"
/>
<option
name=
"com.jetbrains.cidr.lang.util.OCDeclarationKind"
value=
"Typedef"
/>
<option
name=
"com.jetbrains.cidr.lang.util.OCDeclarationKind"
value=
"Enum"
/>
<option
name=
"com.jetbrains.cidr.lang.util.OCDeclarationKind"
value=
"Constant"
/>
<option
name=
"com.jetbrains.cidr.lang.util.OCDeclarationKind"
value=
"Global"
/>
<option
name=
"com.jetbrains.cidr.lang.util.OCDeclarationKind"
value=
"Struct"
/>
<option
name=
"com.jetbrains.cidr.lang.util.OCDeclarationKind"
value=
"FunctionPredecl"
/>
<option
name=
"com.jetbrains.cidr.lang.util.OCDeclarationKind"
value=
"Function"
/>
</file>
<class>
<option
name=
"com.jetbrains.cidr.lang.util.OCDeclarationKind"
value=
"Property"
/>
<option
name=
"com.jetbrains.cidr.lang.util.OCDeclarationKind"
value=
"Synthesize"
/>
<option
name=
"com.jetbrains.cidr.lang.util.OCDeclarationKind"
value=
"InitMethod"
/>
<option
name=
"com.jetbrains.cidr.lang.util.OCDeclarationKind"
value=
"StaticMethod"
/>
<option
name=
"com.jetbrains.cidr.lang.util.OCDeclarationKind"
value=
"InstanceMethod"
/>
<option
name=
"com.jetbrains.cidr.lang.util.OCDeclarationKind"
value=
"DeallocMethod"
/>
</class>
<extensions>
<pair
source=
"cc"
header=
"h"
/>
<pair
source=
"c"
header=
"h"
/>
</extensions>
</Objective-C-extensions>
<codeStyleSettings
language=
"ObjectiveC"
>
<option
name=
"RIGHT_MARGIN"
value=
"80"
/>
<option
name=
"KEEP_BLANK_LINES_BEFORE_RBRACE"
value=
"1"
/>
<option
name=
"BLANK_LINES_BEFORE_IMPORTS"
value=
"0"
/>
<option
name=
"BLANK_LINES_AFTER_IMPORTS"
value=
"0"
/>
<option
name=
"BLANK_LINES_AROUND_CLASS"
value=
"0"
/>
<option
name=
"BLANK_LINES_AROUND_METHOD"
value=
"0"
/>
<option
name=
"BLANK_LINES_AROUND_METHOD_IN_INTERFACE"
value=
"0"
/>
<option
name=
"ALIGN_MULTILINE_BINARY_OPERATION"
value=
"false"
/>
<option
name=
"BINARY_OPERATION_SIGN_ON_NEXT_LINE"
value=
"true"
/>
<option
name=
"FOR_STATEMENT_WRAP"
value=
"1"
/>
<option
name=
"ASSIGNMENT_WRAP"
value=
"1"
/>
<indentOptions>
<option
name=
"INDENT_SIZE"
value=
"2"
/>
<option
name=
"CONTINUATION_INDENT_SIZE"
value=
"4"
/>
</indentOptions>
</codeStyleSettings>
</code_scheme>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment