0.1.0
This commit is contained in:
23
rustfmt.toml
Normal file
23
rustfmt.toml
Normal file
@@ -0,0 +1,23 @@
|
||||
# file: rustfmt.toml
|
||||
# version: 1
|
||||
|
||||
edition = "2024"
|
||||
newline_style = "Unix"
|
||||
use_small_heuristics = "Default"
|
||||
hard_tabs = false
|
||||
tab_spaces = 4
|
||||
max_width = 100
|
||||
chain_width = 80
|
||||
fn_call_width = 80
|
||||
attr_fn_like_width = 80
|
||||
struct_lit_width = 40
|
||||
struct_variant_width = 40
|
||||
array_width = 80
|
||||
single_line_if_else_max_width = 80
|
||||
single_line_let_else_max_width = 80
|
||||
reorder_imports = true
|
||||
reorder_modules = true
|
||||
match_block_trailing_comma = true
|
||||
use_field_init_shorthand = true
|
||||
use_try_shorthand = false
|
||||
force_explicit_abi = true
|
||||
Reference in New Issue
Block a user