chore: add rustfmt config
This commit is contained in:
parent
9abc4d483b
commit
9c2a86a8f4
98 changed files with 419 additions and 540 deletions
|
|
@ -1,12 +1,12 @@
|
|||
use crate::Theme;
|
||||
use configparser::ini::Ini;
|
||||
use palette::{Mix, Srgba, WithAlpha, blend::Compose, rgb::Rgba};
|
||||
use std::{
|
||||
fs::{self, File},
|
||||
io::Write,
|
||||
path::PathBuf,
|
||||
vec,
|
||||
};
|
||||
use palette::blend::Compose;
|
||||
use palette::rgb::Rgba;
|
||||
use palette::{Mix, Srgba, WithAlpha};
|
||||
use std::fs::{self, File};
|
||||
use std::io::Write;
|
||||
use std::path::PathBuf;
|
||||
use std::vec;
|
||||
|
||||
use super::{OutputError, qt_settings_ini_style};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue