chore(editorconfig): remove max_line_length

This commit is contained in:
Smirnov Oleksandr 2023-07-20 00:09:14 +03:00
parent 7b742afbae
commit 6bd4369680

View file

@ -7,10 +7,8 @@ end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace=true
charset = utf-8
max_line_length = 120
[*.{lua,vim}]
max_line_length = 100
indent_size = 2
[*.{md,yml,yaml,toml}]