initial commit
This commit is contained in:
commit
27b3274027
25 changed files with 1696 additions and 0 deletions
21
typegen/rustfmt.toml
Normal file
21
typegen/rustfmt.toml
Normal file
|
@ -0,0 +1,21 @@
|
|||
unstable_features = true
|
||||
error_on_line_overflow = true
|
||||
|
||||
hard_tabs = true
|
||||
newline_style = "Unix"
|
||||
|
||||
max_width = 100
|
||||
|
||||
imports_layout = "HorizontalVertical"
|
||||
imports_granularity = "Crate"
|
||||
group_imports = "StdExternalCrate"
|
||||
hex_literal_case = "Lower"
|
||||
match_block_trailing_comma = true
|
||||
overflow_delimited_expr = true
|
||||
reorder_impl_items = true
|
||||
trailing_semicolon = false
|
||||
use_field_init_shorthand = true
|
||||
use_try_shorthand = true
|
||||
condense_wildcard_suffixes = true
|
||||
single_line_if_else_max_width = 80
|
||||
single_line_let_else_max_width = 80
|
Loading…
Add table
Add a link
Reference in a new issue