repo.or.cz
/
ouch.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
re-add our size unit code from 368a776
[ouch.git]
/
rustfmt.toml
blob
c8de962b3e75cb887455d2d717cb3df3469ec7d2
1
# Stable features
2
max_width = 120
3
use_field_init_shorthand = true
4
newline_style = "Unix"
5
edition = "2021"
6
reorder_imports = true
7
reorder_modules = true
8
use_try_shorthand = true
9
10
# Unstable features (nightly only)
11
unstable_features = true
12
group_imports = "StdExternalCrate"
13
imports_granularity = "Crate"