Files
Rustam Vishniakovandintellij-monorepo-bot 24fe58f18d [code-style] Fix post-processing logic and tests
GitOrigin-RevId: 99d867a00a4f0a9e285ad1836d77ee92c881fab1
2023-01-27 17:42:47 +00:00

121 lines
2.6 KiB
JSON

{
"schemeName": "Test",
"version": "1.0",
"codeStyle": {
"all": {
"continuation_indent_size": 8,
"formatter_off_tag": "@formatter:off",
"formatter_on_tag": "@formatter:on",
"formatter_tags_accept_regexp": false,
"formatter_tags_enabled": true,
"indent_size": 4,
"indent_style": "space",
"max_line_length": 120,
"smart_tabs": false,
"tab_width": 4,
"visual_guides": [
42,
62
],
"wrap_on_typing": false
},
"html": {
"add_new_line_before_tags": [
"body",
"div",
"p",
"form",
"h1",
"h2",
"h3"
],
"align_attributes": true,
"align_text": false,
"attribute_wrap": "normal",
"block_comment_add_space": false,
"block_comment_at_first_column": true,
"continuation_indent_size": 8,
"do_not_align_children_of_min_lines": 0,
"do_not_break_if_inline_tags": [
"title",
"h1",
"h2",
"h3",
"h4",
"h5",
"h6",
"p"
],
"do_not_indent_children_of_tags": [
"html",
"body",
"thead",
"tbody",
"tfoot"
],
"enforce_quotes": false,
"indent_size": 4,
"indent_style": "space",
"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"
],
"keep_blank_lines": 2,
"keep_indents_on_empty_lines": false,
"keep_line_breaks": true,
"keep_line_breaks_in_text": true,
"keep_whitespaces": false,
"keep_whitespaces_inside": [
"span",
"pre",
"textarea"
],
"line_comment_at_first_column": true,
"new_line_after_last_attribute": "never",
"new_line_before_first_attribute": "never",
"quote_style": "double",
"remove_new_line_before_tags": [
"br"
],
"smart_tabs": false,
"space_after_tag_name": false,
"space_around_equality_in_attribute": false,
"space_inside_empty_tag": false,
"tab_width": 4,
"text_wrap": "normal",
"uniform_indent": false,
"visual_guides": []
}
}
}