summaryrefslogtreecommitdiffstats
path: root/example/.erdtree.toml
blob: a409e1bbd38f6a04191a512fdfc7df91c7636852 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
icons = true
human = true

# Compute file sizes like `du`
[du]
disk_usage = "block"
icons = true
layout = "flat"
no-ignore = true
no-git = true
hidden = true
level = 1

# Do as `ls -l`
[ls]
icons = true
human = true
level = 1
suppress-size = true
long = true

# How many lines of Rust are in this code base?
[rs]
disk-usage = "word"
level = 1
pattern = "\\.rs$"