mirror of
https://github.com/enso-org/enso.git
synced 2025-01-03 04:26:57 +03:00
Remove rustfmt
This commit is contained in:
parent
96eee6ac1a
commit
a96bae69fc
@ -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
|
Loading…
Reference in New Issue
Block a user