diff options
author | evuez <julien@mulga.net> | 2024-04-03 22:43:16 +0200 |
---|---|---|
committer | evuez <julien@mulga.net> | 2024-04-03 22:43:16 +0200 |
commit | 43e1a12b5bce11b4a28a53acca243e35c2be6d3e (patch) | |
tree | 07d64823718bfee063ab7b3d5721ac1e950ae17c /rustfmt.toml | |
download | carton-43e1a12b5bce11b4a28a53acca243e35c2be6d3e.tar.gz |
Initial commit
Diffstat (limited to '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..402b3ee --- /dev/null +++ b/rustfmt.toml @@ -0,0 +1,3 @@ +group_imports = "One" +use_small_heuristics = "Default" +single_line_if_else_max_width = 70 |