diff options
author | breezystatic77 | 2025-01-26 12:42:38 -0500 |
---|---|---|
committer | breezystatic77 | 2025-01-26 12:42:38 -0500 |
commit | 38a8771857ae1b366afb0952888eaa3c631df11e (patch) | |
tree | 5f342f3295ee6c54cbabd003b0a73660e5116f8b /rustfmt.toml |
initial commit
Diffstat (limited to '')
-rw-r--r-- | rustfmt.toml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/rustfmt.toml b/rustfmt.toml new file mode 100644 index 0000000..bb2f947 --- /dev/null +++ b/rustfmt.toml @@ -0,0 +1,5 @@ +max_width = 80 +merge_imports = true +imports_layout = "Vertical" +hard_tabs = true +tab_spaces = 2
\ No newline at end of file |