aboutsummaryrefslogtreecommitdiff
path: root/rustfmt.toml
diff options
context:
space:
mode:
authorFuwn <[email protected]>2023-12-12 08:23:38 +0000
committerFuwn <[email protected]>2023-12-12 08:23:38 +0000
commit4ba818c6bc9b81a090ee8aed8314097463c996a3 (patch)
tree40929c513c2b0d689d31bdeff85dd3d71d6aac55 /rustfmt.toml
parentdeps(germ): bump from 0.3.9 to 0.3.10 (diff)
downloadseptember-4ba818c6bc9b81a090ee8aed8314097463c996a3.tar.xz
september-4ba818c6bc9b81a090ee8aed8314097463c996a3.zip
style: use rustfmt
Diffstat (limited to 'rustfmt.toml')
-rw-r--r--rustfmt.toml2
1 files changed, 0 insertions, 2 deletions
diff --git a/rustfmt.toml b/rustfmt.toml
index 944c756..468dd47 100644
--- a/rustfmt.toml
+++ b/rustfmt.toml
@@ -10,13 +10,11 @@ inline_attribute_width = 80
match_arm_blocks = false
max_width = 80
imports_granularity = "One"
-merge_imports = true
newline_style = "Unix"
normalize_doc_attributes = true
overflow_delimited_expr = true
reorder_impl_items = true
group_imports = "StdExternalCrate"
-required_version = "1.5.2"
struct_field_align_threshold = 40
tab_spaces = 2
use_field_init_shorthand = true