teamlead-dashboard/.editorconfig

167 lines
5.5 KiB
INI

[*]
charset=utf-8
end_of_line=lf
indent_size=4
indent_style=space
insert_final_newline=false
max_line_length=120
tab_width=4
trim_trailing_whitespace=false
ij_continuation_indent_size=8
ij_formatter_off_tag=@formatter:off
ij_formatter_on_tag=@formatter:on
ij_formatter_tags_enabled=false
ij_smart_tabs=false
ij_visual_guides=none
ij_wrap_on_typing=true
[*.properties]
ij_properties_align_group_field_declarations=false
ij_properties_keep_blank_lines=false
ij_properties_key_value_delimiter=equals
ij_properties_spaces_around_key_value_delimiter=false
[*.proto]
indent_size=2
tab_width=2
ij_continuation_indent_size=4
ij_protobuf_keep_blank_lines_in_code=2
ij_protobuf_keep_indents_on_empty_lines=false
ij_protobuf_keep_line_breaks=true
ij_protobuf_space_after_comma=true
ij_protobuf_space_before_comma=false
ij_protobuf_spaces_around_assignment_operators=true
ij_protobuf_spaces_within_braces=false
ij_protobuf_spaces_within_brackets=false
[.editorconfig]
ij_editorconfig_align_group_field_declarations=false
ij_editorconfig_space_after_colon=false
ij_editorconfig_space_after_comma=false
ij_editorconfig_space_before_colon=false
ij_editorconfig_space_before_comma=false
ij_editorconfig_spaces_around_assignment_operators=false
[{*.ant,*.appxmanifest,*.axml,*.cscfg,*.csdef,*.disco,*.filelayout,*.fxml,*.jhm,*.jnlp,*.jrxml,*.manifest,*.myapp,*.nuspec,*.rng,*.stylecop,*.svcmap,*.tld,*.wadcfgx,*.webref,*.wsdl,*.xml,*.xsd,*.xsl,*.xslt,*.xul,StyleCop.Cache}]
ij_xml_align_attributes=true
ij_xml_align_text=false
ij_xml_attribute_wrap=normal
ij_xml_block_comment_add_space=false
ij_xml_block_comment_at_first_column=true
ij_xml_keep_blank_lines=2
ij_xml_keep_indents_on_empty_lines=false
ij_xml_keep_line_breaks=true
ij_xml_keep_line_breaks_in_text=true
ij_xml_keep_whitespaces=false
ij_xml_keep_whitespaces_around_cdata=preserve
ij_xml_keep_whitespaces_inside_cdata=false
ij_xml_line_comment_at_first_column=true
ij_xml_space_after_tag_name=false
ij_xml_space_around_equals_in_attribute=false
ij_xml_space_inside_empty_tag=false
ij_xml_text_wrap=normal
max_line_length=off
trim_trailing_whitespace=true
insert_final_newline=true
indent_size=2
[{*.bash,*.sh,*.zsh}]
indent_size=2
tab_width=2
ij_shell_binary_ops_start_line=false
ij_shell_keep_column_alignment_padding=false
ij_shell_minify_program=false
ij_shell_redirect_followed_by_space=false
ij_shell_switch_cases_indented=false
ij_shell_use_unix_line_separator=true
[{*.har,*.json}]
indent_size=2
tab_width=2
ij_json_keep_blank_lines_in_code=0
ij_json_keep_indents_on_empty_lines=false
ij_json_keep_line_breaks=true
ij_json_space_after_colon=true
ij_json_space_after_comma=true
ij_json_space_before_colon=true
ij_json_space_before_comma=false
ij_json_spaces_within_braces=false
ij_json_spaces_within_brackets=false
ij_json_wrap_long_lines=false
[{*.htm,*.html,*.sht,*.shtm,*.shtml}]
ij_html_add_new_line_before_tags=body,div,p,form,h1,h2,h3
ij_html_align_attributes=true
ij_html_align_text=false
ij_html_attribute_wrap=normal
ij_html_block_comment_add_space=false
ij_html_block_comment_at_first_column=true
ij_html_do_not_align_children_of_min_lines=0
ij_html_do_not_break_if_inline_tags=title,h1,h2,h3,h4,h5,h6,p
ij_html_do_not_indent_children_of_tags=html,body,thead,tbody,tfoot
ij_html_enforce_quotes=false
ij_html_inline_tags=a,abbr,acronym,b,basefont,bdo,big,br,cite,cite,code,dfn,em,font,i,img,input,kbd,label,q,s,samp,select,small,span,strike,strong,sub,sup,textarea,tt,u,var
ij_html_keep_blank_lines=2
ij_html_keep_indents_on_empty_lines=false
ij_html_keep_line_breaks=true
ij_html_keep_line_breaks_in_text=true
ij_html_keep_whitespaces=false
ij_html_keep_whitespaces_inside=span,pre,textarea
ij_html_line_comment_at_first_column=true
ij_html_new_line_after_last_attribute=never
ij_html_new_line_before_first_attribute=never
ij_html_quote_style=double
ij_html_remove_new_line_before_tags=br
ij_html_space_after_tag_name=false
ij_html_space_around_equality_in_attribute=false
ij_html_space_inside_empty_tag=false
ij_html_text_wrap=normal
[{*.markdown,*.md}]
indent_size=2
tab_width=2
ij_continuation_indent_size=4
ij_visual_guides=120
ij_markdown_force_one_space_after_blockquote_symbol=true
ij_markdown_force_one_space_after_header_symbol=true
ij_markdown_force_one_space_after_list_bullet=true
ij_markdown_force_one_space_between_words=true
ij_markdown_insert_quote_arrows_on_wrap=true
ij_markdown_keep_indents_on_empty_lines=false
ij_markdown_keep_line_breaks_inside_text_blocks=true
ij_markdown_max_lines_around_block_elements=1
ij_markdown_max_lines_around_header=1
ij_markdown_max_lines_between_paragraphs=1
ij_markdown_min_lines_around_block_elements=1
ij_markdown_min_lines_around_header=1
ij_markdown_min_lines_between_paragraphs=1
ij_markdown_wrap_text_if_long=true
ij_markdown_wrap_text_inside_blockquotes=true
[{*.pb,*.textproto}]
indent_size=2
tab_width=2
ij_continuation_indent_size=4
ij_prototext_keep_blank_lines_in_code=2
ij_prototext_keep_indents_on_empty_lines=false
ij_prototext_keep_line_breaks=true
ij_prototext_space_after_colon=true
ij_prototext_space_after_comma=true
ij_prototext_space_before_colon=false
ij_prototext_space_before_comma=false
ij_prototext_spaces_within_braces=true
ij_prototext_spaces_within_brackets=false
[{*.yaml,*.yml}]
indent_size=2
ij_yaml_align_values_properties=do_not_align
ij_yaml_autoinsert_sequence_marker=true
ij_yaml_block_mapping_on_new_line=false
ij_yaml_indent_sequence_value=true
ij_yaml_keep_indents_on_empty_lines=false
ij_yaml_keep_line_breaks=true
ij_yaml_sequence_on_new_line=false
ij_yaml_space_before_colon=false
ij_yaml_spaces_within_braces=true
ij_yaml_spaces_within_brackets=true