Add import formatting default
This commit is contained in:
parent
b6664aacfd
commit
36e9ff3c86
@ -1 +1,2 @@
|
||||
hard_tabs = true
|
||||
imports_granularity = "Crate"
|
||||
|
@ -1,10 +1,6 @@
|
||||
use std::ops::Range;
|
||||
|
||||
use parity_wasm::elements::{BrTableData, Local};
|
||||
|
||||
use std::convert::TryFrom;
|
||||
|
||||
use parity_wasm::elements::{Instruction, SignExtInstruction};
|
||||
use parity_wasm::elements::{BrTableData, Instruction, Local, SignExtInstruction};
|
||||
|
||||
#[allow(non_camel_case_types)]
|
||||
#[derive(Clone, Copy)]
|
||||
|
Loading…
x
Reference in New Issue
Block a user