edgedb / edgedb-rust

The official Rust binding for EdgeDB
https://edgedb.com
Apache License 2.0
208 stars 26 forks source link

Style Guideline #245

Closed fmckeogh closed 1 year ago

fmckeogh commented 1 year ago

Are there plans to describe the code style that should be followed for this software? For example, would a cargo fmt PR be appreciated, with or without changes to CI to fail non-formatted commits/PRs?

tailhook commented 1 year ago

Style guide is mostly "use common sense and line length of 80 chars".

cargo fmt is not appreciated. It ruins readability at places and rarely improves anything.