-
Notifications
You must be signed in to change notification settings - Fork 269
Closed
Assignees
@Mingun
Description
When you have deep hierarchy of folders (especially in Java where file tree corresponds to the package tree) and only one file is changed, it is better to show tree as
/deep/hierarchy/of/folders/with/changed
file
instead of
/deep
/hierarchy
/of
/folders
/with
/changed
file