Skip to content

Commit a9345dd

Browse files
committed
Add a .rustfmt.toml file
This is used by the rustfmt program to format Rust code according to the rules contained in this file. Currently we just set the line width limit to 80 characters to match our C code. Signed-off-by: Andrew Clayton <[email protected]>
1 parent 20ada4b commit a9345dd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.rustfmt.toml

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
max_width = 80

0 commit comments

Comments
 (0)