mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
bcc21531fb
Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
13 lines
179 B
INI
13 lines
179 B
INI
# All files
|
|||
[*]
|
|||
charset = utf-8
|
|||
end_of_line = lf
|
|||
indent_size = 2
|
|||
indent_style = space
|
|||
insert_final_newline = true
|
|||
trim_trailing_whitespace = true
|
|||
|
|||
# Python
|
|||
[*.py]
|
|||
indent_size = 4
|