diff --git a/.editorconfig b/.editorconfig index a1cbc41..4a801f4 100644 --- a/.editorconfig +++ b/.editorconfig @@ -44,4 +44,7 @@ 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 \ No newline at end of file +ij_html_text_wrap = normal + +[{*.py,*.pyw}] +max_line_length = 88 \ No newline at end of file