chore: add rustfmt config
This commit is contained in:
parent
9abc4d483b
commit
9c2a86a8f4
98 changed files with 419 additions and 540 deletions
|
|
@ -1,8 +1,6 @@
|
|||
use crate::{
|
||||
Apply, Element, fl,
|
||||
iced::{Alignment, Length},
|
||||
widget::{self, list},
|
||||
};
|
||||
use crate::iced::{Alignment, Length};
|
||||
use crate::widget::{self, list};
|
||||
use crate::{Apply, Element, fl};
|
||||
use std::rc::Rc;
|
||||
|
||||
#[derive(Debug, Default, Clone, derive_setters::Setters)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue