mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-04-08 21:11:29 +03:00
Add rustfmt.toml for explicit styling (#348)
* Propose an explicit .rustfnt.toml Use 2024 style, 4 spaces for tabs and epand the default width a tad * Auto-format the existing code with new rules
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
use std::cell::RefCell;
|
||||
|
||||
use adw::subclass::prelude::*;
|
||||
use adw::{prelude::*, ActionRow, ComboRow};
|
||||
use glib::{subclass::InitializingObject, Binding};
|
||||
use adw::{ActionRow, ComboRow, prelude::*};
|
||||
use glib::{Binding, subclass::InitializingObject};
|
||||
use gtk::glib::subclass::Signal;
|
||||
use gtk::glib::{clone, SignalHandlerId};
|
||||
use gtk::{glib, Button, CompositeTemplate, Entry, Switch};
|
||||
use gtk::glib::{SignalHandlerId, clone};
|
||||
use gtk::{Button, CompositeTemplate, Entry, Switch, glib};
|
||||
use lan_mouse_ipc::Position;
|
||||
use std::sync::OnceLock;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user