reduce indentation
This commit is contained in:
parent
fa87e2b45f
commit
943d08023a
|
@ -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 = []
|
||||
|
||||
|
|
Loading…
Reference in New Issue