chinedufn / percy

Build frontend browser apps with Rust + WebAssembly. Supports server side rendering.
https://chinedufn.github.io/percy/
Apache License 2.0
2.25k stars 84 forks source link

Implement a Formatting Tool #154

Open L1lith opened 2 years ago

L1lith commented 2 years ago

Using a formatting library like RustFMT is a really convenient way to make sure your code is formatted consistently, especially when involving multiple contributors.

chinedufn commented 2 years ago

Thanks for opening this issue!

Automatic for the html! macro would be nice (even if we decided it belonged in a different third-party repository). Are you aware of any prior art to draw inspiration from?

L1lith commented 2 years ago

Thanks for opening this issue!

Automatic for the html! macro would be nice (even if we decided it belonged in a different third-party repository). Are you aware of any prior art to draw inspiration from?

By art are you referring to existing code libraries?