add max_line_length to .editorconfig

This commit is contained in:
davidsemakula 2024-01-20 17:14:00 +03:00
parent 0c764216d5
commit 5aa7583a0d

View file

@ -8,6 +8,7 @@ end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 4
max_line_length = 100
[*.md]
indent_size = 2