Skip to content

Commit fcb6fad

Browse files
committed
Add rustfmt.toml
Each Rust edition could have different default formatting options and different developer editors/ides could base on different default Rust editions for formatting with rustfmt, so they could format source code differently and introduce errors in CI. Using one configuration file for rustfmt options should solve these issues.
1 parent 05f8f91 commit fcb6fad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: rustfmt.toml

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
edition = "2024"

0 commit comments

Comments
 (0)