Add rustfmt.toml with edition=2018 (#74)

* Ignore all target/ directories

* Add rustfmt.toml with an edition
This commit is contained in:
Phillip Cloud
2019-10-18 17:30:20 -04:00
committed by Lucio Franco
parent 2a4bdb24f6
commit 62101039ce
2 changed files with 2 additions and 2 deletions
+1 -2
View File
@@ -1,5 +1,4 @@
/target/ target/
/tonic-examples/target/
**/*.rs.bk **/*.rs.bk
Cargo.lock Cargo.lock
tags tags
+1
View File
@@ -0,0 +1 @@
edition = "2018"