summaryrefslogtreecommitdiff
path: root/rust-src/bch_bindgen/rustfmt.toml
diff options
context:
space:
mode:
Diffstat (limited to 'rust-src/bch_bindgen/rustfmt.toml')
-rw-r--r--rust-src/bch_bindgen/rustfmt.toml5
1 files changed, 3 insertions, 2 deletions
diff --git a/rust-src/bch_bindgen/rustfmt.toml b/rust-src/bch_bindgen/rustfmt.toml
index a2b7f327..42f2ad7c 100644
--- a/rust-src/bch_bindgen/rustfmt.toml
+++ b/rust-src/bch_bindgen/rustfmt.toml
@@ -1,2 +1,3 @@
-max_width=120
-hard_tabs = true
+# Default settings, i.e. idiomatic rust
+edition = "2021"
+newline_style = "Unix" \ No newline at end of file