diff options
| author | mrw1593 <botahamec@outlook.com> | 2023-03-15 18:40:45 -0400 |
|---|---|---|
| committer | mrw1593 <botahamec@outlook.com> | 2023-03-15 18:40:45 -0400 |
| commit | 7136b081097377d5c85b3c64f5e1443e98fc5318 (patch) | |
| tree | 186c741c3a45a2d12003d7ec7255b1a7d57f54ae | |
| parent | b84845393303c914aa777fd255ee35b1e4bf8576 (diff) | |
Added rustfmt
| -rw-r--r-- | rustfmt.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/rustfmt.toml b/rustfmt.toml new file mode 100644 index 0000000..751a0aa --- /dev/null +++ b/rustfmt.toml @@ -0,0 +1,3 @@ +edition = "2021" +hard_tabs = true +newline_style = "Unix" |
