update .editorconfig

This commit is contained in:
mauwii 2023-02-17 02:52:28 +01:00
parent c3f533f20f
commit c134161a45
No known key found for this signature in database
GPG Key ID: D923DB04ADB3F5AB

View File

@ -2,6 +2,7 @@ root = true
# All files
[*]
max_line_length = 80
charset = utf-8
end_of_line = lf
indent_size = 2
@ -11,4 +12,13 @@ trim_trailing_whitespace = true
# Python
[*.py]
max_line_length = 88
profile = black
# css
[*.css]
indent_size = 4
# flake8
[.flake8]
indent_size = 4