sigmaSd / IRust

Cross Platform Rust Repl
https://crates.io/crates/irust
MIT License
627 stars 34 forks source link

add rustfmt.toml #98

Closed light4 closed 2 years ago

light4 commented 2 years ago

Code styles more consistent.

light4 commented 2 years ago

https://rust-lang.github.io/rustfmt/ Unfortunately, these configs are unstable. Should we:

  1. use cargo +nightly fmt
  2. use stabled options only
  3. use default config, just close this
sigmaSd commented 2 years ago

Thanks for your pr

I personally prefer to keep defaults wherever I can and I don't have any strong feeling for code format so I prefer if we go with option 3