Created
April 20, 2024 20:33
-
-
Save dario61081/5a180a2ca5a6a9dd7f6efd56eeea3401 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
root = true | |
[*] | |
indent_size = 2 | |
indent_style = space | |
end_of_line = crlf | |
insert_final_newline = true | |
trim_trailing_whitespace = true | |
charset = utf-8 | |
max_line_length = off | |
ij_html_align_attributes = true | |
[*.yml] | |
indent_size = 2 | |
[*.js] | |
indent_size = 4 | |
[*.html] | |
indent_size = 4 | |
ij_html_attribute_wrap = split_into_lines | |
ij_html_add_new_line_before_tags = true | |
ij_html_new_line_before_first_attribute = when_multiline | |
ij_html_remove_new_line_before_tags = true | |
ij_html_inline_tags = false | |
ij_html_space_around_equality_in_attribute = false | |
ij_html_enforce_quotes = true | |
ij_html_keep_blank_lines = unset | |
ij_html_space_inside_empty_tag = true | |
ij_html_keep_whitespaces = false | |
ij_html_quote_style = double | |
ij_html_space_after_tag_name = false | |
ij_html_new_line_after_last_attribute = when_multiline | |
[*.vue] | |
indent_size = 4 | |
[*.py] | |
indent_size = 4 | |
ij_python_spaces_around_eq_in_keyword_argument = true | |
# ij_python_align_multiline_parameters = true | |
# ij_python_method_parameters_right_paren_on_new_line = true | |
# ij_python_method_parameters_new_line_after_left_paren = true | |
# ij_python_method_parameters_wrap = split_into_lines | |
# ij_python_wrap_long_lines = true | |
# ij_python_call_parameters_right_paren_on_new_line = true | |
# ij_python_call_parameters_new_line_after_left_paren = true | |
ij_any_method_call_chain_wrap = split_into_lines |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment