editorconfig line length for python

This commit is contained in:
stone-24tch3r
2024-09-27 23:36:40 +05:00
parent d17babab0b
commit f8a674a639

View File

@@ -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
ij_html_text_wrap = normal
[{*.py,*.pyw}]
max_line_length = 88