Files
voprf-vx/rustfmt.toml
T

9 lines
236 B
TOML
Raw Permalink Normal View History

2021-12-23 01:17:03 +01:00
format_code_in_doc_comments = true
format_strings = true
group_imports = "StdExternalCrate"
imports_granularity = "Module"
license_template_path = ".cargo/license.rs"
newline_style = "Unix"
unstable_features = true
wrap_comments = true