mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-07-03 22:04:51 +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:
@@ -4,8 +4,9 @@ use adw::prelude::*;
|
||||
use adw::subclass::prelude::*;
|
||||
use glib::subclass::InitializingObject;
|
||||
use gtk::{
|
||||
Button, CompositeTemplate, Label,
|
||||
glib::{self, subclass::Signal},
|
||||
template_callbacks, Button, CompositeTemplate, Label,
|
||||
template_callbacks,
|
||||
};
|
||||
|
||||
#[derive(CompositeTemplate, Default)]
|
||||
|
||||
Reference in New Issue
Block a user