chore: add rustfmt config
This commit is contained in:
parent
9abc4d483b
commit
9c2a86a8f4
98 changed files with 419 additions and 540 deletions
|
|
@ -3,12 +3,11 @@
|
|||
|
||||
use std::borrow::Cow;
|
||||
|
||||
use crate::{
|
||||
Element, Theme, theme,
|
||||
widget::{FlexRow, Row, column, container, flex_row, list, row, text},
|
||||
};
|
||||
use crate::widget::{FlexRow, Row, column, container, flex_row, list, row, text};
|
||||
use crate::{Element, Theme, theme};
|
||||
use derive_setters::Setters;
|
||||
use iced_core::{Length, text::Wrapping};
|
||||
use iced_core::Length;
|
||||
use iced_core::text::Wrapping;
|
||||
use iced_widget::space;
|
||||
use taffy::AlignContent;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue