Files
advotracker/rustfmt.toml
Ralf Zerres 4e97327c02 rustfmt.toml: ensure compliance with edition "2018"
* using rustc >= v1.31.0 enables the edition the edition system
* parse the rust code to be complient with edition "2018"

Signed-off-by: Ralf Zerres <ralf.zerres@networkx.de>
2020-06-19 17:44:47 +02:00

6 lines
110 B
TOML

error_on_line_overflow = true
error_on_unformatted = true
#version = "Two"
hard_tabs = false
edition = "2018"