vendor pretty-print dep
This commit is contained in:
parent
4a6c1020f4
commit
52a80cfb0e
40 changed files with 2766 additions and 6 deletions
9
pretty-print/rustfmt.toml
Normal file
9
pretty-print/rustfmt.toml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
version = "Two"
|
||||
edition = "2018"
|
||||
max_width = 128
|
||||
|
||||
imports_granularity = "Crate"
|
||||
use_small_heuristics = "Max"
|
||||
control_brace_style = "ClosingNextLine"
|
||||
normalize_comments = true
|
||||
format_code_in_doc_comments = true
|
||||
Loading…
Add table
Add a link
Reference in a new issue