aboutsummaryrefslogtreecommitdiffstats
path: root/.rustfmt.toml
diff options
context:
space:
mode:
authorPetri Hienonen <petri.hienonen@gmail.com>2025-10-18 19:32:34 +0300
committerPetri Hienonen <petri.hienonen@gmail.com>2025-10-18 19:32:34 +0300
commit2fb4913277734dccab54479e5b65c6031de6e9ab (patch)
tree1b497f1156f7a2d568f60723e0e22d979f07ef72 /.rustfmt.toml
parent60505314d8bc86b33ba84bdfccdb87bf5dd7f9af (diff)
downloadwallpaper-2fb4913277734dccab54479e5b65c6031de6e9ab.tar.zst
Use tabs
Diffstat (limited to '.rustfmt.toml')
-rw-r--r--.rustfmt.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.rustfmt.toml b/.rustfmt.toml
new file mode 100644
index 0000000..a0e81c4
--- /dev/null
+++ b/.rustfmt.toml
@@ -0,0 +1,3 @@
+reorder_imports = true
+style_edition = "2024"
+hard_tabs = true