summaryrefslogtreecommitdiff
path: root/rustfmt.toml
diff options
context:
space:
mode:
authornea <nea@nea.moe>2023-02-03 18:10:32 +0100
committernea <nea@nea.moe>2023-02-03 18:10:32 +0100
commitb41a8c812d72fa2755adc4317e3d033e4e5cbef3 (patch)
treee77dd4c54b76a3f581c82c8a4727788e90d262d9 /rustfmt.toml
parent3db6a5be375be599dde20c8fc9649090bac85b1e (diff)
downloadmgasi-b41a8c812d72fa2755adc4317e3d033e4e5cbef3.tar.gz
mgasi-b41a8c812d72fa2755adc4317e3d033e4e5cbef3.tar.bz2
mgasi-b41a8c812d72fa2755adc4317e3d033e4e5cbef3.zip
biome codex
Diffstat (limited to 'rustfmt.toml')
-rw-r--r--rustfmt.toml4
1 files changed, 3 insertions, 1 deletions
diff --git a/rustfmt.toml b/rustfmt.toml
index 2fd9f19..1c82ce4 100644
--- a/rustfmt.toml
+++ b/rustfmt.toml
@@ -3,4 +3,6 @@ reorder_imports = true
format_macro_bodies = true
skip_macro_invocations = []
imports_indent = "Visual"
-indent_style = "Visual" \ No newline at end of file
+indent_style = "Block"
+format_brace_macros = true
+unstable_features = true \ No newline at end of file