Skip to content
This repository was archived by the owner on Apr 5, 2019. It is now read-only.

Commit 352e280

Browse files
sgkim126majecty
authored andcommitted
Update rustfmt.toml
1 parent 9fd3e09 commit 352e280

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

rustfmt.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ fn_single_line = false
1515
# where_single_line = false
1616
force_explicit_abi = true
1717
format_strings = false
18+
format_macro_matchers = false
19+
format_macro_bodies = true
1820
hard_tabs = false
1921
imports_indent = "Block" # "Visual"
2022
imports_layout = "Mixed"
@@ -43,6 +45,7 @@ trailing_semicolon = false # true
4345
# type_punctuation_density = "Wide"
4446
use_field_init_shorthand = true # false
4547
use_try_shorthand = true # false
48+
# format_doc_comments = false
4649
wrap_comments = false
4750
match_arm_blocks = true
4851
blank_lines_upper_bound = 2 # 1

0 commit comments

Comments
 (0)