[PR #348] [MERGED] Add rustfmt.toml for explicit styling #386

Closed
opened 2026-05-05 22:18:03 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/feschber/lan-mouse/pull/348
Author: @NeoTheFox
Created: 11/1/2025
Status: Merged
Merged: 11/2/2025
Merged by: @feschber

Base: mainHead: rustfmt


📝 Commits (2)

  • 6d9620a Propose an explicit .rustfnt.toml
  • ac9d91b Auto-format the existing code with new rules

📊 Changes

36 files changed (+115 additions, -109 deletions)

View changed files

.rustfmt.toml (+4 -0)
📝 input-capture/src/dummy.rs (+1 -1)
📝 input-capture/src/error.rs (+1 -1)
📝 input-capture/src/layer_shell.rs (+4 -4)
📝 input-capture/src/lib.rs (+2 -2)
📝 input-capture/src/libei.rs (+3 -3)
📝 input-capture/src/macos.rs (+11 -10)
📝 input-capture/src/windows.rs (+1 -1)
📝 input-capture/src/windows/event_thread.rs (+12 -13)
📝 input-capture/src/x11.rs (+1 -1)
📝 input-emulation/src/error.rs (+2 -2)
📝 input-emulation/src/libei.rs (+8 -8)
📝 input-emulation/src/macos.rs (+2 -2)
📝 input-emulation/src/windows.rs (+5 -5)
📝 input-emulation/src/wlroots.rs (+6 -7)
📝 input-emulation/src/x11.rs (+2 -2)
📝 input-emulation/src/xdg_desktop_portal.rs (+2 -2)
📝 lan-mouse-cli/src/lib.rs (+2 -2)
📝 lan-mouse-gtk/src/authorization_window/imp.rs (+2 -1)
📝 lan-mouse-gtk/src/client_row.rs (+1 -1)

...and 16 more files

📄 Description

This is the bare minimum
No unstable features this time.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/feschber/lan-mouse/pull/348 **Author:** [@NeoTheFox](https://github.com/NeoTheFox) **Created:** 11/1/2025 **Status:** ✅ Merged **Merged:** 11/2/2025 **Merged by:** [@feschber](https://github.com/feschber) **Base:** `main` ← **Head:** `rustfmt` --- ### 📝 Commits (2) - [`6d9620a`](https://github.com/feschber/lan-mouse/commit/6d9620a3d281dbf7b516fd6ab24b869485ae7cfa) Propose an explicit .rustfnt.toml - [`ac9d91b`](https://github.com/feschber/lan-mouse/commit/ac9d91b94620744493cc98e51d0f4a64bf394dac) Auto-format the existing code with new rules ### 📊 Changes **36 files changed** (+115 additions, -109 deletions) <details> <summary>View changed files</summary> ➕ `.rustfmt.toml` (+4 -0) 📝 `input-capture/src/dummy.rs` (+1 -1) 📝 `input-capture/src/error.rs` (+1 -1) 📝 `input-capture/src/layer_shell.rs` (+4 -4) 📝 `input-capture/src/lib.rs` (+2 -2) 📝 `input-capture/src/libei.rs` (+3 -3) 📝 `input-capture/src/macos.rs` (+11 -10) 📝 `input-capture/src/windows.rs` (+1 -1) 📝 `input-capture/src/windows/event_thread.rs` (+12 -13) 📝 `input-capture/src/x11.rs` (+1 -1) 📝 `input-emulation/src/error.rs` (+2 -2) 📝 `input-emulation/src/libei.rs` (+8 -8) 📝 `input-emulation/src/macos.rs` (+2 -2) 📝 `input-emulation/src/windows.rs` (+5 -5) 📝 `input-emulation/src/wlroots.rs` (+6 -7) 📝 `input-emulation/src/x11.rs` (+2 -2) 📝 `input-emulation/src/xdg_desktop_portal.rs` (+2 -2) 📝 `lan-mouse-cli/src/lib.rs` (+2 -2) 📝 `lan-mouse-gtk/src/authorization_window/imp.rs` (+2 -1) 📝 `lan-mouse-gtk/src/client_row.rs` (+1 -1) _...and 16 more files_ </details> ### 📄 Description This is the bare minimum No unstable features this time. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 22:18:04 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/lan-mouse#386
No description provided.