diff options
| author | Micha White <botahamec@outlook.com> | 2022-10-20 20:41:40 -0400 |
|---|---|---|
| committer | Micha White <botahamec@outlook.com> | 2022-10-20 20:41:40 -0400 |
| commit | eb3ced51f90260e3057bb782373cd8ce887d3562 (patch) | |
| tree | 837934cdb22ec376d6400dafc6797f459c57761b | |
| parent | 93347346e8bd8f7412ae03a0858dd307a1df2e0d (diff) | |
Added rustfmt.toml
| -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..2508efc --- /dev/null +++ b/rustfmt.toml @@ -0,0 +1,3 @@ +edition = "2021" +newline_style = "Unix" +hard_tabs = true
\ No newline at end of file |
