mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-08-25 08:45:42 +08:00
11 lines
290 B
Plaintext
11 lines
290 B
Plaintext
# https://github.com/google/yapf
|
|
[style]
|
|
based_on_style = google
|
|
INDENT_WIDTH = 2
|
|
CONTINUATION_INDENT_WIDTH = 2
|
|
COLUMN_LIMIT = 100
|
|
DISABLE_ENDING_COMMA_HEURISTIC = true
|
|
DEDENT_CLOSING_BRACKETS = true
|
|
FORCE_MULTILINE_DICT = false
|
|
coalesce_brackets=True
|
|
ALLOW_SPLIT_BEFORE_DICT_VALUE = false |