update .editorconfig

- set `max_line_length = 88` for .py
This commit is contained in:
mauwii 2023-02-26 06:38:04 +01:00
parent 1e7a6dc676
commit 3aab5e7e20
No known key found for this signature in database
GPG Key ID: D923DB04ADB3F5AB

View File

@ -13,6 +13,7 @@ trim_trailing_whitespace = true
# Python
[*.py]
indent_size = 4
max_line_length = 88
# css
[*.css]