mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2025-12-24 02:39:20 -05:00
document configurations required for formatting and linting
This commit is contained in:
@@ -1,14 +1,12 @@
|
||||
[tool.yapf]
|
||||
column_limit = 179
|
||||
based_on_style = "pep8"
|
||||
# each_dict_entry_on_separate_line = true
|
||||
DISABLE_ENDING_COMMA_HEURISTIC = false
|
||||
COALESCE_BRACKETS = true
|
||||
DEDENT_CLOSING_BRACKETS = true
|
||||
FORCE_MULTILINE_DICT = false
|
||||
|
||||
[tool.isort]
|
||||
multi_line_output = 3
|
||||
include_trailing_comma = true
|
||||
multi_line_output = 5
|
||||
skip = [".gitignore", ".dockerignore"]
|
||||
line_length = 179
|
||||
|
||||
Reference in New Issue
Block a user