Remove rustfmt

This commit is contained in:
Ara Adkins 2020-03-11 13:39:11 +00:00 committed by GitHub
parent 96eee6ac1a
commit a96bae69fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,28 +0,0 @@
# Basic Configuration
edition = "2018"
format_code_in_doc_comments = true
max_width = 80
newline_style = "Unix"
# Comments
comment_width = 80
normalize_doc_attributes = true
wrap_comments = true
# Imports
merge_imports = true
reorder_imports = true
# Indentation
imports_indent = "Block"
indent_style = "Block"
# Operators
binop_separator = "Front"
# Block Formattingg
blank_lines_lower_bound = 0
blank_lines_upper_bound = 1
brace_style = "SameLineWhere"
control_brace_style = "AlwaysSameLine"
empty_item_single_line = true