reduce indentation

This commit is contained in:
Amber 2024-05-15 10:30:03 +02:00
parent fa87e2b45f
commit 943d08023a
1 changed files with 3 additions and 3 deletions

View File

@ -7,10 +7,10 @@ EMPTY_TREE_LINE = ' ' * EMPTY_TREE_LINE_LENGTH
VERTICAL_CONNECTOR = ''
### same length
CHILD_CONNECTOR = '├─ '
LAST_CHILD_CONNECTOR = '└─ '
CHILD_CONNECTOR = '├─ '
LAST_CHILD_CONNECTOR = '└─ '
### is the length of child connector and last_child_connector
LEVEL_INDENT = 4
LEVEL_INDENT = 3
# ITEMS_TO_EXCLUDE = ['__pycache__']
ITEMS_TO_EXCLUDE = []