diff options
Diffstat (limited to 'src/rust/.rustfmt.toml')
-rw-r--r-- | src/rust/.rustfmt.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/rust/.rustfmt.toml b/src/rust/.rustfmt.toml new file mode 100644 index 0000000000..f25bd51883 --- /dev/null +++ b/src/rust/.rustfmt.toml @@ -0,0 +1,2 @@ +max_width = 80 +comment_width = 80 |