rust_tree 1.2.2

tree is a cross-platform tree application and library that produces an indented directory listing of files.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Enforce LF line endings for Rust files
*.rs text eol=lf
Cargo.toml text eol=lf
Cargo.lock text eol=lf

# Declare files that will always have CRLF line endings on checkout
*.bat text eol=crlf
*.cmd text eol=crlf

# Denote all files that are truly binary and should not be modified
*.png binary
*.jpg binary

store-assets/** linguist-vendored
tools/qa/** linguist-vendored