/move-fmt

A replacer to the move formatter.

Primary LanguageRustMozilla Public License 2.0MPL-2.0

Move (IR) Formatter

Rust

A formatter written in rust pest with detailed grammar.

How to use

cargo run -- [your file path]

Default Configs

  • indent: usize: 4(default)
  • space between columns: usize: 0(default)
  • space from equal: usize: 1(default)