RPM build fix (reverted CI changes which will need to be un-reverted or made conditional) and vendor Rust dependencies to make builds much faster in any CI system.
This commit is contained in:
14
zeroidc/vendor/tinyvec/rustfmt.toml
vendored
Normal file
14
zeroidc/vendor/tinyvec/rustfmt.toml
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
|
||||
# Stable
|
||||
edition = "2018"
|
||||
fn_args_layout = "Compressed"
|
||||
max_width = 80
|
||||
tab_spaces = 2
|
||||
use_field_init_shorthand = true
|
||||
use_try_shorthand = true
|
||||
use_small_heuristics = "Max"
|
||||
|
||||
# Unstable
|
||||
format_code_in_doc_comments = true
|
||||
wrap_comments = true
|
||||
imports_granularity="Crate"
|
||||
Reference in New Issue
Block a user