diff --git a/.editorconfig b/.editorconfig index 43a88e43..c9dc5148 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,3 +1,5 @@ +root = true + [*] charset = utf-8 end_of_line = lf @@ -1278,3 +1280,18 @@ 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 + +[*.patch] +end_of_line = unset +indent_size = unset +indent_style = unset +insert_final_newline = unset +max_line_length = unset +tab_width = unset +trim_trailing_whitespace = unset +ij_continuation_indent_size = unset +ij_formatter_tags_enabled = unset +ij_smart_tabs = unset +ij_visual_guides = unset +ij_wrap_on_typing = unset +ij_formatter_enabled = false