Skip to content

Commit

Permalink
Remove unstable rustfmt-nightly features
Browse files Browse the repository at this point in the history
  • Loading branch information
nox committed Dec 4, 2017
1 parent 935a18e commit 72c3012
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions rustfmt.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
max_width = 80
format_strings = false
fn_brace_style = "SameLineWhere"
item_brace_style = "SameLineWhere"
struct_lit_multiline_style = "ForceMulti"
where_trailing_comma = true
reorder_imports = true
reorder_imported_names = true
normalize_comments = false
write_mode = "Overwrite"
2 changes: 1 addition & 1 deletion tests/rustfmt.toml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
error_on_line_overflow_comments = false
# Intentionally left blank.

0 comments on commit 72c3012

Please sign in to comment.