sdleffler / qp-trie-rs

An idiomatic and fast QP-trie implementation in pure Rust.
Mozilla Public License 2.0
94 stars 24 forks source link

Add a rustfmt configuration file #24

Closed tapeinosyne closed 4 years ago

tapeinosyne commented 4 years ago

Including a .rustfmt.toml file in the repository makes for smoother contributions by folk who have their own rustfmt configuration.

(I am not sure where the two empty lines came from. If you're using VS Code, the fault might lie in some odd interaction between rustfmt and a newly introduced editor setting to only format the modified portions of a file.)

sdleffler commented 4 years ago

I am using VSCode, so your guess is probably right on the mark. Thanks for the PR!