chore: add rustfmt config
This commit is contained in:
parent
9abc4d483b
commit
9c2a86a8f4
98 changed files with 419 additions and 540 deletions
|
|
@ -1,13 +1,11 @@
|
|||
use std::collections::HashMap;
|
||||
|
||||
use cosmic::{
|
||||
app::Core,
|
||||
iced::core::{id, Alignment, Length, Point},
|
||||
iced::widget::{column, container, scrollable, text},
|
||||
iced::{self, event, window, Subscription},
|
||||
prelude::*,
|
||||
widget::{button, header_bar},
|
||||
};
|
||||
use cosmic::app::Core;
|
||||
use cosmic::iced::core::{id, Alignment, Length, Point};
|
||||
use cosmic::iced::widget::{column, container, scrollable, text};
|
||||
use cosmic::iced::{self, event, window, Subscription};
|
||||
use cosmic::prelude::*;
|
||||
use cosmic::widget::{button, header_bar};
|
||||
|
||||
#[derive(Debug, Clone, PartialEq)]
|
||||
pub enum Message {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue