fix(misc) fix .editorconfig line width

This commit is contained in:
Saúl Ibarra Corretgé
2024-04-04 16:31:29 +02:00
committed by Saúl Ibarra Corretgé
parent 38be09fc54
commit 7a1ad18bc5

View File

@@ -6,7 +6,7 @@ charset = utf-8
end_of_line = lf
indent_size = 4
indent_style = space
max_line_length = 80
max_line_length = 120
trim_trailing_whitespace = true
[*.md]