diff options
| author | tslil clingman <> | 2021-01-09 22:42:12 -0500 |
|---|---|---|
| committer | tslil clingman <> | 2021-01-09 22:44:29 -0500 |
| commit | a0f3a7f8ba9036d1fcb18941a54077082f15cf3c (patch) | |
| tree | bb3943b7bc3cee704fbc7ad7c4e4c1ca0204d5f7 /.rustfmt.toml | |
| parent | 1cb3c0ea50ce55278413dfd368285cb622130a30 (diff) | |
Added .rustfmt.toml, tabs for indentation, spaces for alignment
Diffstat (limited to '.rustfmt.toml')
| -rw-r--r-- | .rustfmt.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.rustfmt.toml b/.rustfmt.toml new file mode 100644 index 0000000..d5ccc00 --- /dev/null +++ b/.rustfmt.toml @@ -0,0 +1,2 @@ +hard_tabs=true +tab_spaces=2 |
