Update rustfmt instructions, delete config file

This commit is contained in:
Joonas Javanainen 2018-08-12 19:01:26 +03:00
parent 4ad173da3b
commit ca34c8e9be
No known key found for this signature in database
GPG Key ID: D39CCA5CB19B9179
2 changed files with 2 additions and 3 deletions

View File

@ -70,8 +70,8 @@ build this libary and run the examples.
1. Change or add something
2. Run rustfmt to guarantee code style conformance
cargo install rustfmt
cargo fmt -- --write-mode=overwrite
rustup component add rustfmt-preview
cargo fmt
3. Open a pull request in Github

View File

@ -1 +0,0 @@
fn_single_line = true