🔧 chore(config): add rustfmt-nightly configuration file
- create rustfmt-nightly.toml to configure Rust formatting - set import grouping and granularity preferences - define max width and doc comment formatting rules
This commit is contained in:
committed by
Jeremiah Russell
parent
6ba47a4502
commit
44eae4e730
6
rustfmt-nightly.toml
Normal file
6
rustfmt-nightly.toml
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
group_imports = "StdExternalCrate"
|
||||||
|
imports_granularity = "Crate"
|
||||||
|
max_width = 100
|
||||||
|
format_code_in_doc_comments = true
|
||||||
|
doc_comment_code_block_width = 70
|
||||||
|
wrap_comments = true
|
||||||
Reference in New Issue
Block a user