mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2025-01-07 03:17:05 +08:00
main
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
|