vincenting/BeautifyRust

Better config path support needed

Opened this issue · 0 comments

  1. Check rustfmt version to see whether support --config-path
  2. Use [Project directory]/rustfmt.toml or [Project directory]/.rustfmt.toml as default config file, and if not exist neither, find config file path in package setting
  3. Allow disable rustfmt unless rustfmt.toml find in project root dir

More See #4