mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
update .editorconfig
This commit is contained in:
parent
c3f533f20f
commit
c134161a45
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user