chore: add rustfmt config

This commit is contained in:
Vukašin Vojinović 2026-04-28 15:13:02 +02:00 committed by Michael Murphy
parent b021887c6c
commit 9895bd4b43
15 changed files with 136 additions and 144 deletions

View file

@ -1,4 +1,5 @@
use greetd_ipc::{AuthMessageType, ErrorType, Request, Response, codec::TokioCodec};
use greetd_ipc::codec::TokioCodec;
use greetd_ipc::{AuthMessageType, ErrorType, Request, Response};
use std::{env, fs, io, thread};
use tokio::net::UnixListener;