json format outputs braces on same line
This commit is contained in:
parent
0178295363
commit
82732a404d
|
@ -714,7 +714,7 @@ impl<'a> HjsonFormatter<'a> {
|
|||
stack: Vec::new(),
|
||||
at_colon: false,
|
||||
indent,
|
||||
braces_same_line: false,
|
||||
braces_same_line: true,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user