From: David Mulder Date: Tue, 30 Jul 2024 19:28:31 +0000 (-0600) Subject: Add Rust formatting for 80 char lines X-Git-Tag: tdb-1.4.13~928 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=03c0c898092645070f3716ad35cb198a65864018;p=thirdparty%2Fsamba.git Add Rust formatting for 80 char lines This option helps force `cargo fmt` to follow Samba's coding conventions. The 80 char max is only lightly enforced here. Signed-off-by: David Mulder Reviewed-by: Alexander Bokovoy --- diff --git a/himmelblaud/rustfmt.toml b/himmelblaud/rustfmt.toml new file mode 100644 index 00000000000..fee2c90a695 --- /dev/null +++ b/himmelblaud/rustfmt.toml @@ -0,0 +1,2 @@ +# Lightly enforce maximum 80 characters +max_width = 80