-
Notifications
You must be signed in to change notification settings - Fork 2.6k
rustfmt configuration file #5456
Comments
Hey, we don't use Here you can find our style guide. |
Same, used to add one line in a ✄ ---------- To avoid unnecessary changes, I have to use |
Appears |
In case somebody using emacs, and have (lambda ()
(if (string-match "substrate" buffer-file-name)
(rust-disable-format-on-save))) |
There is no
rustfmt.toml
used in the code, except for.editorconfig
I'm trying to replicate the configurations used in
substrate
code torustfmt.toml
,but everytime I invoke
cargo fmt
there are a lot of changes to the code.I'm curious to find out how the substrate devs are synchronizing their format configurations.
The text was updated successfully, but these errors were encountered: