jmacdonald / amp

A complete text editor for your terminal.
https://amp.rs
Other
3.67k stars 105 forks source link

Apply/enforce formatting and lints #275

Closed jmacdonald closed 6 months ago

jmacdonald commented 6 months ago

This PR includes a one-time application of rustfmt to the entire codebase, and then adds CI checks to catch formatting and lint failures. Once merged, I'll configure the repo to prevent merges to main that fail these checks.