summaryrefslogtreecommitdiff
path: root/rustfmt.toml
diff options
context:
space:
mode:
authorMica White <botahamec@outlook.com>2026-05-09 13:35:56 -0400
committerMica White <botahamec@outlook.com>2026-05-09 13:35:56 -0400
commit91b63446f7a211220ccddaaecb602cbc0476ab41 (patch)
treefaee0e511b21656dea580f5b2e3761bba1ceda51 /rustfmt.toml
parentcec300b0f3bff20e774b4163e9aab1c048be1ffb (diff)
Setup rustfmt
Diffstat (limited to 'rustfmt.toml')
-rwxr-xr-xrustfmt.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/rustfmt.toml b/rustfmt.toml
new file mode 100755
index 0000000..d3d0d1e
--- /dev/null
+++ b/rustfmt.toml
@@ -0,0 +1,3 @@
+edition = "2024"
+hard_tabs = true
+newline_style = "Unix"