aboutsummaryrefslogtreecommitdiff
path: root/.rustfmt.toml
diff options
context:
space:
mode:
authorPauline <git@ethanlibs.co>2023-08-23 01:09:10 -0400
committerPauline <git@ethanlibs.co>2023-08-23 01:09:10 -0400
commita7c97d40a34b09d3f488a60106ba82ecd0e8b61e (patch)
treebb5ec157826d2997731c15a413ce8b669f8debf2 /.rustfmt.toml
parentcec45d997807679e9033538b11e9478874542f15 (diff)
downloadNexus-a7c97d40a34b09d3f488a60106ba82ecd0e8b61e.tar.gz
Nexus-a7c97d40a34b09d3f488a60106ba82ecd0e8b61e.tar.bz2
Nexus-a7c97d40a34b09d3f488a60106ba82ecd0e8b61e.zip
initial community health files
Diffstat (limited to '.rustfmt.toml')
-rw-r--r--.rustfmt.toml12
1 files changed, 12 insertions, 0 deletions
diff --git a/.rustfmt.toml b/.rustfmt.toml
new file mode 100644
index 0000000..9c4c730
--- /dev/null
+++ b/.rustfmt.toml
@@ -0,0 +1,12 @@
+max_width = 100
+hard_tabs = true
+newline_style = "Unix"
+use_small_heuristics = "Default"
+reorder_imports = true
+reorder_modules = true
+remove_nested_parens = true
+edition = "2021"
+merge_derives = true
+use_try_shorthand = false
+use_field_init_shorthand = false
+force_explicit_abi = true \ No newline at end of file