Initial commit
This commit is contained in:
commit
3ee50f9aff
6 changed files with 158 additions and 0 deletions
13
rustfmt.toml
Normal file
13
rustfmt.toml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
brace_style = "AlwaysNextLine"
|
||||
condense_wildcard_suffixes = true
|
||||
control_brace_style = "ClosingNextLine"
|
||||
fn_single_line = true
|
||||
format_strings = true
|
||||
hard_tabs = true # Please don't cancel me
|
||||
hex_literal_case = "Lower"
|
||||
imports_granularity = "Module"
|
||||
match_block_trailing_comma = true
|
||||
newline_style = "Unix"
|
||||
group_imports = "StdExternalCrate"
|
||||
struct_field_align_threshold = 15
|
||||
wrap_comments = true
|
||||
Loading…
Add table
Add a link
Reference in a new issue