Enable rustfmt and copy config from the rkv project

Signed-off-by: Victor Porof <victor.porof@gmail.com>
without.crypto
Victor Porof 5 years ago
parent 027f2712ae
commit ea60c303fe
  1. 5
      .rustfmt.toml
  2. 3
      lmdb-sys/.rustfmt.toml

@ -1 +1,4 @@
disable_all_formatting = true imports_layout = "Vertical"
max_width = 120
match_block_trailing_comma = true
use_small_heuristics = "Off"

@ -0,0 +1,3 @@
ignore = [
"src/bindings.rs"
]
Loading…
Cancel
Save