mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2025-12-23 18:29:23 -05:00
16 lines
365 B
TOML
16 lines
365 B
TOML
[tool.yapf]
|
|
column_limit = 179
|
|
based_on_style = "pep8"
|
|
DISABLE_ENDING_COMMA_HEURISTIC = false
|
|
COALESCE_BRACKETS = true
|
|
DEDENT_CLOSING_BRACKETS = true
|
|
FORCE_MULTILINE_DICT = false
|
|
INDENT_DICTIONARY_VALUE = true
|
|
SPLIT_BEFORE_DOT = true
|
|
ALLOW_SPLIT_BEFORE_DICT_VALUE = false
|
|
|
|
[tool.isort]
|
|
multi_line_output = 5
|
|
skip = [".gitignore", ".dockerignore"]
|
|
line_length = 179
|