mirror of
https://github.com/askama-rs/askama.git
synced 2025-10-02 07:20:55 +00:00

This PR configures the formatting with a few defaults that aid readability, in my opinion. One drawback of adding this file is that rustfmt uses unstable features, now, and you have to use nightly to run it: ```sh cargo +nightly fmt --all ```