mirror of
https://github.com/Zenithsiz/dcb.git
synced 2026-02-03 08:12:26 +00:00
Now no longer erroring on line overflow with rustfmt.
This commit is contained in:
parent
d5f8474f1f
commit
7bcab4ee95
@ -5,7 +5,7 @@ use super::{Decodable, Encodable};
|
||||
use crate::inst::{
|
||||
basic, parse::LineArg, DisplayCtx, InstDisplay, InstFmtArg, InstSize, Parsable, ParseCtx, ParseError, Register,
|
||||
};
|
||||
use std::{convert::TryFrom};
|
||||
use std::convert::TryFrom;
|
||||
|
||||
/// No-op
|
||||
///
|
||||
|
||||
@ -1,9 +1,6 @@
|
||||
# We're fine with unstable features
|
||||
unstable_features = true
|
||||
|
||||
|
||||
|
||||
|
||||
binop_separator = "Back"
|
||||
blank_lines_lower_bound = 0
|
||||
blank_lines_upper_bound = 2
|
||||
@ -14,7 +11,7 @@ condense_wildcard_suffixes = true
|
||||
control_brace_style = "AlwaysSameLine"
|
||||
empty_item_single_line = true
|
||||
enum_discrim_align_threshold = 100
|
||||
error_on_line_overflow = true
|
||||
error_on_line_overflow = false
|
||||
error_on_unformatted = false
|
||||
fn_args_layout = "Compressed"
|
||||
fn_single_line = false
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user