Vendor things
This commit is contained in:
parent
5deceec006
commit
977e3c17e5
19434 changed files with 10682014 additions and 0 deletions
16
third-party/vendor/minimal-lexical/rustfmt.toml
vendored
Normal file
16
third-party/vendor/minimal-lexical/rustfmt.toml
vendored
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
# Requires nightly to do proper formatting.
|
||||
use_small_heuristics = "Off"
|
||||
use_field_init_shorthand = true
|
||||
trailing_semicolon = true
|
||||
newline_style = "Unix"
|
||||
match_block_trailing_comma = true
|
||||
empty_item_single_line = false
|
||||
enum_discrim_align_threshold = 40
|
||||
fn_args_layout = "Tall"
|
||||
fn_single_line = false
|
||||
format_macro_matchers = true
|
||||
format_macro_bodies = true
|
||||
imports_indent = "Block"
|
||||
imports_layout = "HorizontalVertical"
|
||||
indent_style = "Block"
|
||||
match_arm_blocks = true
|
||||
Loading…
Add table
Add a link
Reference in a new issue