diff options
| author | Mica White <botahamec@outlook.com> | 2026-05-09 13:35:56 -0400 |
|---|---|---|
| committer | Mica White <botahamec@outlook.com> | 2026-05-09 13:35:56 -0400 |
| commit | 91b63446f7a211220ccddaaecb602cbc0476ab41 (patch) | |
| tree | faee0e511b21656dea580f5b2e3761bba1ceda51 /rustfmt.toml | |
| parent | cec300b0f3bff20e774b4163e9aab1c048be1ffb (diff) | |
Setup rustfmt
Diffstat (limited to 'rustfmt.toml')
| -rwxr-xr-x | rustfmt.toml | 3 |
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" |
