Skip to content

Commit

Permalink
Update .rustfmt.toml
Browse files Browse the repository at this point in the history
as per #1
  • Loading branch information
nhynes authored Oct 6, 2018
1 parent abe4f37 commit 21785b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/sgx/enclave/.rustfmt.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,14 @@ trailing_comma = "Vertical"
match_block_trailing_comma = true
blank_lines_upper_bound = 1
blank_lines_lower_bound = 0
edition = "Edition2015"
edition = "2015"
merge_derives = true
use_try_shorthand = true
use_field_init_shorthand = false
force_explicit_abi = true
condense_wildcard_suffixes = true
color = "Auto"
required_version = "0.99.4"
required_version = "0.99.5"
unstable_features = false
disable_all_formatting = false
skip_children = false
Expand Down

0 comments on commit 21785b2

Please sign in to comment.