spaceapi-community / spaceapi-rs

Rust types and serialization for the Space API.
https://crates.io/crates/spaceapi
Apache License 2.0
6 stars 9 forks source link

Configfiles #24

Closed dbrgn closed 8 years ago

dbrgn commented 8 years ago

Add .ackrc and .editorconfig.

rnestler commented 8 years ago

Oh I didn't now about .editorconfig. Maybe also mention it in Contributors.md?

dbrgn commented 8 years ago

Maybe also mention it in Contributors.md

Why? :)

rnestler commented 8 years ago

Why? :)

Because contributors should use our formatting style, shouldn't they?

dbrgn commented 8 years ago

Because contributors should use our formatting style, shouldn't they?

Regarding formatting, I'm a strong fan of tool guided policies. We could include rustfmt in the test suite. The .editorconfig is more of a rough guide to indentation config and encoding.

A rustfmt config could be provided in a separate PR. Should we merge this one?

rnestler commented 8 years ago

:+1: