summaryrefslogtreecommitdiff
path: root/rustfmt.toml
diff options
context:
space:
mode:
authorMica White <botahamec@outlook.com>2026-03-28 14:28:42 -0400
committerMica White <botahamec@outlook.com>2026-03-28 14:28:42 -0400
commitc9d8448fcbc3e79668fc5d33bd4f1e33a3f3d25c (patch)
treedf081ffed90b13cd49151eb5cc0c8bedf2522cab /rustfmt.toml
Init autosave command
Diffstat (limited to 'rustfmt.toml')
-rw-r--r--rustfmt.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/rustfmt.toml b/rustfmt.toml
new file mode 100644
index 0000000..3a79d0e
--- /dev/null
+++ b/rustfmt.toml
@@ -0,0 +1,2 @@
+hard_tabs = true
+newline_style = "Unix"